tor-browser

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

Dockerfile (582B)


      1 FROM $DOCKER_IMAGE_PARENT
      2 
      3 RUN apt-get update && \
      4    apt-get install curl patch zstd
      5 
      6 # %include taskcluster/scripts/misc/fetch-chromium.py
      7 ADD topsrcdir/taskcluster/scripts/misc/fetch-chromium.py /builds/worker/bin/fetch-chromium.py
      8 
      9 # %include taskcluster/scripts/misc/fetch-cft-chromedriver.py
     10 ADD topsrcdir/taskcluster/scripts/misc/fetch-cft-chromedriver.py /builds/worker/bin/fetch-cft-chromedriver.py
     11 
     12 # %include taskcluster/scripts/misc/fetch-onnxruntime-deps.sh
     13 ADD topsrcdir/taskcluster/scripts/misc/fetch-onnxruntime-deps.sh /builds/worker/bin/fetch-onnxruntime-deps.sh