iniziale
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine:edge
|
||||
RUN apk add --update --no-cache privoxy
|
||||
ADD bin /bin
|
||||
RUN set -e && cd /etc/privoxy && for x in *.new; do mv $x $(basename "$x" .new); done
|
||||
USER privoxy
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
CMD ["start.sh"]
|
||||
Reference in New Issue
Block a user