diff --git a/Dockerfile b/Dockerfile index a33cce1..3d67a27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,6 @@ FROM alpine:latest RUN apk add --no-cache privoxy +USER 1000:1000 + CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"] \ No newline at end of file