Fix yet another merge-time typo
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:3.8
|
|||||||
|
|
||||||
RUN apk add --no-cache postfix postfix-pcre rsyslog \
|
RUN apk add --no-cache postfix postfix-pcre rsyslog \
|
||||||
&& python3 py3-pip \
|
&& python3 py3-pip \
|
||||||
&& pip3 install --upgrade pip
|
&& pip3 install --upgrade pip \
|
||||||
&& pip3 install jinja2 podop tenacity
|
&& pip3 install jinja2 podop tenacity
|
||||||
|
|
||||||
COPY conf /conf
|
COPY conf /conf
|
||||||
|
|||||||
Reference in New Issue
Block a user