servnest-containers/tor.Containerfile

3 lines
69 B
Text

FROM a.invalid/servnest/alpine
RUN apk add tor
CMD ["tor", "--hush"]