1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/squid/arm/Dockerfile

14 lines
191 B
Docker
Raw Normal View History

2016-04-03 10:06:01 +02:00
#
# Dockerfile for squid-arm
#
2020-04-23 09:07:52 +02:00
FROM arm32v7/alpine:3
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
2020-04-23 09:07:52 +02:00
EXPOSE 3128/tcp 3130/udp
2016-04-03 10:06:01 +02:00
ENTRYPOINT ["/usr/sbin/squid", "-NYCd1"]