1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/squid/arm/Dockerfile

13 lines
188 B
Docker
Raw Normal View History

2016-04-03 08:06:01 +00:00
#
# Dockerfile for squid-arm
#
2016-06-05 05:45:02 +00:00
FROM easypi/alpine-arm:edge
2016-04-03 08:06:01 +00:00
MAINTAINER EasyPi Software Foundation
2018-08-10 08:04:01 +00:00
RUN apk add --no-cache squid
2016-04-03 08:06:01 +00:00
EXPOSE 3128 3130
ENTRYPOINT ["/usr/sbin/squid", "-NYCd1"]