1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

Move to Alpine:3.8 and fixing #522

This commit is contained in:
Tim Möhlmann 2018-10-11 14:06:26 +03:00
parent 39f58c03ff
commit de43060ef8
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

View File

@ -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 /