From 4b9dbf00a8eeb8fb40624a2f6f875d3fcc10f7c3 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Wed, 10 Oct 2018 09:51:50 +0200 Subject: [PATCH] Fix yet another merge-time typo --- core/postfix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postfix/Dockerfile b/core/postfix/Dockerfile index 4cd73b1e..62ed5070 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