Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored May 31, 2017
1 parent 4c07387 commit 779d26f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/armhf/squid/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM arm32v6/alpine:3.5

MAINTAINER [email protected]

RUN apk --update add squid

# This step enables access from private IP address ranges (i.e. 169.x.x.x).
RUN sed s/"http_access deny all"/"http_access allow all"/g /etc/squid/squid.conf

CMD ["squid", "-NYCd", "1"]

0 comments on commit 779d26f

Please sign in to comment.