diff --git a/Dockerfile b/Dockerfile index 3951887..834a4cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,12 @@ RUN \ apk add --no-cache \ curl \ jq \ + p7zip \ + tar \ transmission-cli \ - transmission-daemon + transmission-daemon \ + unrar \ + unzip # copy local files COPY root/ / diff --git a/README.md b/README.md index bb951a5..a0dd7ea 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 ++ **15.01.17:** Add p7zip, tar , unrar and unzip packages. + **16.10.16:** Blocklist autoupdate with optional authentication. + **14.10.16:** Add version layer information. + **23.09.16:** Add information about securing the webui to README..