From 2e1aa079c1c12bfa31f36ce3b143c35bb650a234 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Wed, 10 Oct 2018 11:24:51 +0200 Subject: [PATCH] Fix one (hopefully) last merge typo --- core/postfix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index 62ed5070..61af3248 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -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