FROM debian:bookworm RUN apt update && apt -y install tor COPY ./torrc /etc/tor/torrc CMD [ "tor" ]