1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-26 03:52:50 +02:00

Fix one (hopefully) last merge typo

This commit is contained in:
kaiyou 2018-10-10 11:24:51 +02:00
parent 4b9dbf00a8
commit 2e1aa079c1

View File

@ -2,7 +2,7 @@ FROM alpine:3.8
RUN apk add --no-cache postfix postfix-pcre rsyslog \
&& python3 py3-pip \
&& pip3 install --upgrade pip \
pip3 install --upgrade pip \
&& pip3 install jinja2 podop tenacity
COPY conf /conf