Fix broken tests

* Put FETCHMAIL_POLL env variable in Dockerfile to handle case where
  user does not specify it in their docker-compose.yml
This commit is contained in:
Darren McGrandle 2017-10-03 16:17:37 -07:00
parent 7a5eadc0fc
commit a4a2730ee0
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV VIRUSMAILS_DELETE_DELAY=7
ENV ONE_DIR=0
ENV ENABLE_POSTGREY=0
ENV FETCHMAIL_POLL=300
ENV POSTGREY_DELAY=300
ENV POSTGREY_MAX_AGE=35
ENV POSTGREY_TEXT="Delayed by postgrey"