mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-02-19 22:09:04 +08:00
Merge pull request #24 from sparklyballs/add-libcurl3
add libcurl3 package for https connections
This commit is contained in:
commit
0187c4f2db
@ -13,6 +13,7 @@ RUN \
|
||||
# install packages
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
libcurl3 \
|
||||
nzbdrone && \
|
||||
|
||||
# cleanup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user