Archived
1
0
Fork 0

tor: Go Back to Alpine/latest

as it can install tor now. Edge seems to have an issue with the openssl
Version.
This commit is contained in:
Joerg Elfring 2018-12-09 13:03:49 +01:00
parent 9764c3027b
commit 7479b6b29e

View file

@ -1,7 +1,7 @@
FROM alpine:edge
FROM alpine:latest
LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
RUN apk --no-cache add tor
RUN apk --update --no-cache add tor
COPY ./assets/torrc.relay /etc/tor/torrc.relay
COPY ./assets/entrypoint.sh /etc/tor/entrypoint.sh