From e8e133b53d1a8c39fbcc1014f3d78a7775e9cded Mon Sep 17 00:00:00 2001 From: kaiyou Date: Wed, 10 Oct 2018 08:54:57 +0200 Subject: [PATCH] Fix a merge typo in postfix build --- core/postfix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index dedc176e..4cd73b1e 100644 --- a/core/postfix/Dockerfile +++ b/core/postfix/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.8 RUN apk add --no-cache postfix postfix-pcre rsyslog \ - python3 py3-pip \ + && python3 py3-pip \ && pip3 install --upgrade pip && pip3 install jinja2 podop tenacity