From 5d26c9a0972fbbad4488da5c60978c12cfed0caf Mon Sep 17 00:00:00 2001 From: Hypriot Pirate Date: Sat, 18 Aug 2018 13:08:36 +0000 Subject: [PATCH] fix for #522 --- core/nginx/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/nginx/Dockerfile b/core/nginx/Dockerfile index a88f9f5..5b0040a 100644 --- a/core/nginx/Dockerfile +++ b/core/nginx/Dockerfile @@ -1,6 +1,9 @@ FROM alpine:3.8 RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl +# added to fix #522 +RUN apk add --no-cache py-requests-toolbelt py-pip +RUN pip install "idna<2.7" COPY conf /conf COPY *.py /