Dockerfile (177B)
1 FROM debian:bullseye-20221205 2 3 COPY setup.sh /root 4 RUN cd /root && ./setup.sh 5 6 RUN useradd -d /home/worker -s /bin/bash -m worker 7 USER worker 8 WORKDIR /home/worker 9 CMD /bin/bash
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |