Merge pull request #23 from linuxserver/unpackers

add p7zip, tar , unrar and unzip packages
This commit is contained in:
Neil
2017-01-15 22:31:19 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -11,8 +11,12 @@ RUN \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
jq \ jq \
p7zip \
tar \
transmission-cli \ transmission-cli \
transmission-daemon transmission-daemon \
unrar \
unzip
# copy local files # copy local files
COPY root/ / COPY root/ /

View File

@@ -104,6 +104,7 @@ The automatic update will run once a day at 3am local server time.
## Versions ## Versions
+ **15.01.17:** Add p7zip, tar , unrar and unzip packages.
+ **16.10.16:** Blocklist autoupdate with optional authentication. + **16.10.16:** Blocklist autoupdate with optional authentication.
+ **14.10.16:** Add version layer information. + **14.10.16:** Add version layer information.
+ **23.09.16:** Add information about securing the webui to README.. + **23.09.16:** Add information about securing the webui to README..