Files
privoxy-docker/Dockerfile
thuanle a0fbd5000e
All checks were successful
Weekly Docker Build / build (arm64) (push) Successful in 8s
Weekly Docker Build / build (amd64) (push) Successful in 14s
Weekly Docker Build / amend-manifest (push) Successful in 6s
Remove config path from CMD in Dockerfile for Privoxy
2025-07-11 12:30:19 +07:00

5 lines
82 B
Docker

FROM alpine:latest
RUN apk add --no-cache privoxy
CMD ["privoxy", "--no-daemon"]