Merge pull request #11 from sparklyballs/add-curl

add curl package per LT support thread
This commit is contained in:
aptalca
2016-09-21 12:56:43 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ MAINTAINER sparklyballs
# install packages
RUN \
apk add --no-cache \
curl \
transmission-daemon
# copy local files

View File

@@ -70,6 +70,7 @@ Webui is on port 9091, the settings.json file in /config has extra settings not
## Versions
+ **21.09.16:** Add curl package.
+ **09.09.16:** Add layer badges to README.
+ **28.08.16:** Add badges to README.
+ **09.08.16:** Rebase to alpine linux.