Everythings working

This commit is contained in:
Subhas Dandapani
2015-10-03 02:21:55 +05:30
commit 3f3e66b14e
6 changed files with 101 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM alpine:3.2
EXPOSE 8118 9050
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories && \
echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
apk --update add privoxy@edge tor@testing runit@testing
COPY runit /runit
CMD ["runsvdir", "/runit"]