From d9420323ac93f938808004e201179b31ee11f063 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 15 Jan 2017 22:08:31 +0000 Subject: [PATCH 1/2] add p7zip, tar , unrar and unzip packages --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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/ / From f50569708118843a5ebbea5dbf0d51f84a20d678 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 15 Jan 2017 22:12:38 +0000 Subject: [PATCH 2/2] add p7zip, tar , unrar and unzip packages --- README.md | 1 + 1 file changed, 1 insertion(+) 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..