modified: Dockerfile

Added openssl to docker image
This commit is contained in:
Jonathan Ervine 2020-05-28 16:44:43 +08:00
parent 49939239c2
commit 037270af17

View File

@ -16,6 +16,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
python \
py-lxml \
py-simplejson \
openssl \
py-openssl
RUN wget https://github.com/CouchPotato/CouchPotatoServer/archive/$VERSION.tar.gz -O couchpotato.tar.gz && \