FROM debian
MAINTAINER hiro <hiro@torproject.org>
RUN apt-get update
RUN apt-get install -y sudo vim nginx tor
USER root
COPY torrc /etc/tor/torrc
RUN service tor start
RUN service nginx start
WORKDIR /home/root
VOLUME /home/root
EXPOSE 80
