mirror of
https://github.com/flibusta-apps/docker-tor-privoxy-alpine.git
synced 2026-03-03 15:10:49 +01:00
10 lines
136 B
Docker
10 lines
136 B
Docker
FROM alpine:3.7
|
|
|
|
EXPOSE 8118 9050
|
|
|
|
RUN apk --update add privoxy tor runit
|
|
|
|
COPY service /etc/service/
|
|
|
|
CMD ["runsvdir", "/etc/service"]
|