diff --git a/Dockerfile b/Dockerfile index 195d3158fb2ffef51b7adadbd10e335333da2fc9..254b9c9d1fffe1560052aeb1b1f1f37faf1d42bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,9 @@ RUN \ p7zip \ unrar \ unzip && \ + apk add --no-cache \ + --repository http://nl.alpinelinux.org/alpine/edge/main \ + libressl2.6-libssl && \ apk add --no-cache \ --repository http://nl.alpinelinux.org/alpine/edge/testing \ deluge && \ diff --git a/README.md b/README.md index 72fb514b7db2a6a8d19662d4566c70438c2391e0..1f14148ad3ea357b1f9d1ffaa8d4115105098365 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do ## Versions ++ **20.11.17:** Change libressl2.6-libssl repo. + **01.07.17:** Add curl package. + **26.05.17:** Rebase to alpine 3.6. + **29.04.17:** Add variable for user defined umask.