Merge pull request #24 from sparklyballs/add-libcurl3

add libcurl3 package for https connections
This commit is contained in:
aptalca 2016-09-15 19:02:20 -04:00 committed by GitHub
commit 0187c4f2db
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ RUN \
# install packages
apt-get update && \
apt-get install -y \
libcurl3 \
nzbdrone && \
# cleanup

View File

@ -65,6 +65,7 @@ Access the webui at `<your-ip>:8989`, for more information check out [Sonarr](ht
## Changelog
+ **15.09.16:** Add libcurl3 package.
+ **09.09.16:** Add layer badges to README.
+ **27.08.16:** Add badges to README.
+ **20.07.16:** Rebase to xenial.