From de43060ef880017effa614c7c26151687f5202fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Thu, 11 Oct 2018 14:06:26 +0300 Subject: [PATCH] Move to Alpine:3.8 and fixing #522 --- core/nginx/Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/nginx/Dockerfile b/core/nginx/Dockerfile index adb785d8..1b61447a 100644 --- a/core/nginx/Dockerfile +++ b/core/nginx/Dockerfile @@ -1,6 +1,9 @@ -FROM alpine:3.7 +FROM alpine:3.8 -RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl +RUN apk add --no-cache certbot nginx nginx-mod-mail openssl \ + python py-jinja2 py-requests-toolbelt py-pip \ + && pip install --upgrade pip \ + && pip install idna COPY conf /conf COPY *.py /