add openssl package

add openssl package for ssl fix #14
This commit is contained in:
Fish2 2017-02-11 21:14:15 +00:00 committed by GitHub
parent b4b9e1c1eb
commit 22bfc3971a

View file

@ -5,7 +5,8 @@ MAINTAINER smdion <me@seandion.com> ,sparklyballs
RUN \
apk add --no-cache \
ffmpeg \
mc
mc \
openssl
# install build packages
RUN \