servnest-containers/tor.Containerfile

4 lines
69 B
Text
Raw Normal View History

2025-01-20 17:24:27 +01:00
FROM a.invalid/servnest/alpine
2024-08-08 00:10:11 +02:00
RUN apk add tor
2024-07-18 20:58:12 +02:00
CMD ["tor", "--hush"]