Use tenacity for resolver retries

This commit is contained in:
Tim Möhlmann
2018-10-07 00:32:05 +03:00
parent d6c386651d
commit c457ccfa60
6 changed files with 27 additions and 46 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
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jinja2 py-pip \
&& pip install tenacity
COPY conf /conf
COPY start.py /start.py