From 1b243eb1b6b2fee08e6299f6ca55013853ee32e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99i=C5=A1ka?= Date: Wed, 29 Jun 2016 18:45:35 +0200 Subject: [PATCH] Update Dockerfile openssl is needed for downloading thru https with wget --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 13e9eb6..3ac4625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apk --update --update-cache upgrade \ build-base \ libffi-dev \ ca-certificates \ + openssl \ && python3 -m ensurepip \ && pip3 install --upgrade pip \ && pip3 install passlib bcrypt