From 7479b6b29e8fc3238fba748db72051863476d34d Mon Sep 17 00:00:00 2001 From: Joerg Elfring Date: Sun, 9 Dec 2018 13:03:49 +0100 Subject: [PATCH] tor: Go Back to Alpine/latest as it can install tor now. Edge seems to have an issue with the openssl Version. --- torrelay/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torrelay/Dockerfile b/torrelay/Dockerfile index dfb98d0..261152f 100644 --- a/torrelay/Dockerfile +++ b/torrelay/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:edge +FROM alpine:latest LABEL maintainer "J. Elfring " -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