tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Dockerfile (207B)


      1 FROM $DOCKER_IMAGE_PARENT
      2 MAINTAINER Julien Cristau <jcristau@mozilla.com>
      3 
      4 ADD setup.sh /setup/setup.sh
      5 
      6 RUN cd /setup && ./setup.sh
      7 
      8 COPY runme.sh /
      9 COPY scripts/* /home/worker/scripts/
     10 
     11 CMD ["/runme.sh"]