mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-12-24 00:49:43 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f0f18517d | ||
|
|
f505697081 | ||
|
|
d9420323ac |
@@ -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