File: Dockerfile

package info (click to toggle)
extrepo-data 1.0.6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,544 kB
  • sloc: perl: 761; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
FROM debian:latest
RUN apt-get update && apt-get -y install tor && apt-get clean && rm -rf /var/lib/apt/lists/*
COPY torrc /etc/tor/torrc
CMD /usr/bin/tor