1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/squid/arm/Dockerfile

13 lines
188 B
Docker
Raw Normal View History

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