dockerfiles/siverten/tor/Dockerfile

6 lines
109 B
Docker
Raw Normal View History

FROM alpine:latest
RUN apk update && apk upgrade
RUN apk add tor
EXPOSE 9030 9050 9051 9090
CMD /usr/bin/tor