modified: Dockerfile
Added openssl to docker image
This commit is contained in:
parent
49939239c2
commit
037270af17
@ -16,6 +16,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
|
|||||||
python \
|
python \
|
||||||
py-lxml \
|
py-lxml \
|
||||||
py-simplejson \
|
py-simplejson \
|
||||||
|
openssl \
|
||||||
py-openssl
|
py-openssl
|
||||||
|
|
||||||
RUN wget https://github.com/CouchPotato/CouchPotatoServer/archive/$VERSION.tar.gz -O couchpotato.tar.gz && \
|
RUN wget https://github.com/CouchPotato/CouchPotatoServer/archive/$VERSION.tar.gz -O couchpotato.tar.gz && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user