Use tenacity for resolver retries
This commit is contained in:
@@ -3,7 +3,8 @@ FROM alpine:3.7
|
||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||
&& apk add --no-cache \
|
||||
dovecot dovecot-sqlite dovecot-pigeonhole-plugin dovecot-pigeonhole-plugin-extdata \
|
||||
dovecot-fts-lucene rspamd-client@testing python py-jinja2
|
||||
dovecot-fts-lucene rspamd-client@testing python py-jinja2 py-pip \
|
||||
&& pip install tenacity
|
||||
|
||||
COPY conf /conf
|
||||
COPY sieve /var/lib/dovecot
|
||||
|
||||
Reference in New Issue
Block a user