This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DOCKER-VERSION 1.12.0-rc4 | |
# Tor Over VNC | |
FROM ubuntu:14.04 | |
RUN apt-get update | |
#RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list | |
# We need sudo because some post install stuff runs with tor | |
RUN apt-get install -y python-software-properties software-properties-common python3-software-properties sudo wget | |
RUN add-apt-repository -y ppa:upubuntu-com/tor && apt-get update |