From 902d31dddefb980f3097ea1d74e835eb432ea24b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Jan 2021 11:25:13 +0100 Subject: [PATCH] Install dnspython as well --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 93fbc14..905f640 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM alerta/alerta-web:8.3.3 +RUN /venv/bin/pip install dnspython==2.1.0 + RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/rocketchat