4 lines
94 B
Text
4 lines
94 B
Text
FROM servnest_alpine
|
|
RUN apk add tor && chmod 700 /var/lib/tor
|
|
USER tor
|
|
CMD ["tor", "--hush"]
|