This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
tor-docker/build/Dockerfile

8 lines
114 B
Docker

FROM alpine:latest
RUN apk add --no-cache --upgrade tor
ADD config/torrc /etc/tor/torrc
USER tor
ENTRYPOINT tor