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:
parent
9764c3027b
commit
7479b6b29e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:edge
|
FROM alpine:latest
|
||||||
LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
|
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/torrc.relay /etc/tor/torrc.relay
|
||||||
COPY ./assets/entrypoint.sh /etc/tor/entrypoint.sh
|
COPY ./assets/entrypoint.sh /etc/tor/entrypoint.sh
|
||||||
|
|
Reference in a new issue