tor-browser

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

Dockerfile (361B)


      1 FROM $DOCKER_IMAGE_PARENT
      2 MAINTAINER Ben Hearsum <bhearsum@mozilla.com>
      3 
      4 VOLUME /builds/worker/checkouts
      5 VOLUME /builds/worker/workspace
      6 
      7 RUN dpkg --add-architecture amd64
      8 
      9 RUN apt-get update && \
     10    apt-get install \
     11      bzip2 \
     12      curl \
     13      git \
     14      gzip \
     15      openssh-client \
     16      unzip \
     17      zip
     18 
     19 COPY known_hosts /etc/ssh/ssh_known_hosts