From 10ec2f999a85b58fdec4c53ed324b63a045038a9 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Wed, 10 Oct 2018 11:39:41 +0200 Subject: [PATCH] Another (embarrassing) fix for a merge typo --- core/postfix/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index 61af3248..ea58ce1d 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:3.8 RUN apk add --no-cache postfix postfix-pcre rsyslog \ - && python3 py3-pip \ - pip3 install --upgrade pip \ + python3 py3-pip \ + && pip3 install --upgrade pip \ && pip3 install jinja2 podop tenacity COPY conf /conf