Skip to content

Instantly share code, notes, and snippets.

View ChaosEngine's full-sized avatar
🚲
HTML5 game designing

Chaos ChaosEngine

🚲
HTML5 game designing
View GitHub Profile
@ChaosEngine
ChaosEngine / torvnc
Last active July 21, 2016 21:33
A Dockerfile that builds an image that starts VNC and loads a Tor browser
# 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