From 4302df7270b4a30d15fbd6b5ab9ff3d2f6a66bf3 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 12 Feb 2018 16:02:09 +0000 Subject: [PATCH] use edge repo for transmission --- Dockerfile | 8 +++++--- README.md | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44abb10..2a2b232 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,10 +15,12 @@ RUN \ p7zip \ rsync \ tar \ - transmission-cli \ - transmission-daemon \ unrar \ - unzip + unzip && \ + apk add --no-cache \ + --repository http://nl.alpinelinux.org/alpine/edge/main \ + transmission-cli \ + transmission-daemon # copy local files COPY root/ / diff --git a/README.md b/README.md index 4e1cdbd..6458183 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ The automatic update will run once a day at 3am local server time. ## Versions ++ **12.02.18:** Pull transmission from edge repo. + **10.01.18:** Rebase to alpine linux 3.7. + **25.07.17:** Add rsync package. + **27.05.17:** Rebase to alpine linux 3.6.