Skip to content

Commit

Permalink
Merge pull request #24 from sparklyballs/add-libcurl3
Browse files Browse the repository at this point in the history
add libcurl3 package for https connections
  • Loading branch information
aptalca authored Sep 15, 2016
2 parents f9380e9 + 1a46c57 commit 0187c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN \
# install packages
apt-get update && \
apt-get install -y \
libcurl3 \
nzbdrone && \

# cleanup
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0187c4f

Please sign in to comment.