hiddencontainer/Dockerfile

7 lines
95 B
Docker
Raw Normal View History

2024-10-31 18:44:12 +00:00
FROM alpine:3.20
RUN apk update && apk add tor
VOLUME /data
CMD ["tor", "-f", "/data/torrc"]