aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--squid-alpine/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/squid-alpine/Dockerfile b/squid-alpine/Dockerfile
new file mode 100644
index 0000000..3964019
--- /dev/null
+++ b/squid-alpine/Dockerfile
@@ -0,0 +1,4 @@
+FROM alpine:3.13
+RUN apk update && apk add squid
+RUN rm -vrf /var/cache/apk/*
+ENTRYPOINT ["squid"]