Update Dockerfile

This commit is contained in:
Wonderfall 2016-05-07 01:50:23 +02:00
parent 969343cf65
commit d15d95da62

View File

@ -3,8 +3,7 @@ FROM alpine:edge
ARG ARM_VERSION=1.4.5.0
ENV TERM=xterm
VOLUME /tor
VOLUME /torconfig
VOLUME /tor /torconfig
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk -U add tor@testing python openssl ca-certificates \