Ensure USER directive is placed before CMD in Dockerfile for Privoxy
All checks were successful
Weekly Docker Build / build (arm64) (push) Successful in 8s
Weekly Docker Build / build (amd64) (push) Successful in 18s
Weekly Docker Build / amend-manifest (push) Successful in 6s

This commit is contained in:
thuanle
2025-07-11 12:45:01 +07:00
parent 97e97a2403
commit 1cdb1ad4bc

View File

@@ -2,4 +2,6 @@ FROM alpine:latest
RUN apk add --no-cache privoxy
USER 1000:1000
CMD ["privoxy", "--no-daemon", "/etc/privoxy/config"]