add libcurl3 package for https connections

This commit is contained in:
sparklyballs
2016-09-15 23:56:10 +01:00
parent f9380e961b
commit 1a46c57824
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.