Fix yet another merge-time typo

master
kaiyou 6 years ago
parent e8e133b53d
commit 4b9dbf00a8

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

Loading…
Cancel
Save