Add missing dns dependency

This commit is contained in:
Luke Murphy 2020-04-09 21:01:10 +02:00
parent 775107b36e
commit ab74d696cc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

@ -4,4 +4,6 @@ EXPOSE 8080
RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer
RUN /venv/bin/pip install dnspython==1.16.0
COPY . ${WORKDIR}