Upgrade to newer pip version

This commit is contained in:
Tim Möhlmann
2018-10-07 01:40:22 +03:00
parent 1bae5968ad
commit 16469d7282
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
FROM alpine:3.7
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jinja2 py-pip \
&& pip install --upgrade pip \
&& pip install tenacity
COPY conf /conf