diff --git a/Dockerfile b/Dockerfile index c1f13d8..c34b321 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ MAINTAINER sparklyballs # install packages RUN \ apk add --no-cache \ + curl \ transmission-daemon # copy local files diff --git a/README.md b/README.md index 0b8df34..627f353 100644 --- a/README.md +++ b/README.md @@ -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.