From 238fc05854e6f451ee2e77f868e96023192437ea Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 25 Feb 2019 14:48:43 +0000 Subject: [PATCH] glastopf fix dockerfile alpine 3.9 --- docker/glastopf/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/glastopf/Dockerfile b/docker/glastopf/Dockerfile index 18842cfc..269e959e 100644 --- a/docker/glastopf/Dockerfile +++ b/docker/glastopf/Dockerfile @@ -8,7 +8,7 @@ RUN apk -U --no-cache add \ autoconf \ bind-tools \ build-base \ - cython \ +# cython \ git \ libffi \ libffi-dev \ @@ -17,6 +17,7 @@ RUN apk -U --no-cache add \ make \ php7 \ php7-dev \ + openssl-dev \ py-mysqldb \ py-openssl \ py-pip \