From 321452c7d596e1598d113dddd195628be3a07403 Mon Sep 17 00:00:00 2001 From: Peter O Date: Fri, 23 Jun 2017 12:10:37 -0500 Subject: [PATCH] added some missing items --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f0bae2..0757b2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -151,6 +151,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo ca-certificates \ dialog \ autoconf \ + make \ gcc \ musl-dev \ linux-headers \ @@ -184,7 +185,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo pip install -U pip && \ pip install -U certbot && \ mkdir -p /etc/letsencrypt/webrootauth && \ - apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev autoconf + apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev make autoconf # ln -s /usr/bin/php7 /usr/bin/php ADD conf/supervisord.conf /etc/supervisord.conf