mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-02 09:45:47 +01:00
Merge pull request #23 from linuxserver/unpackers
add p7zip, tar , unrar and unzip packages
This commit is contained in:
@@ -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/ /
|
||||||
|
|||||||
@@ -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..
|
||||||
|
|||||||
Reference in New Issue
Block a user