add openssl to installed packages

openssl is required for the blocklist updater script to support https uri's.
resolves #29
This commit is contained in:
Pat Sissons
2017-02-27 11:11:56 -08:00
parent d22fdb48dc
commit 244f5c6810

View File

@@ -11,6 +11,7 @@ RUN \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
jq \ jq \
openssl \
p7zip \ p7zip \
tar \ tar \
transmission-cli \ transmission-cli \