FROM alpine:latest RUN apk add --no-cache tor curl COPY conf/tor.conf /etc/tor/torrc EXPOSE 9050 9051 CMD ["tor"]