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.