From b12ed7bbdce721f65a40ef47b78dc100304241d5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Jan 2021 19:01:59 +0100 Subject: [PATCH] Quote that --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c39412..f12226a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ 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@bc6cd14ea51c857cfdc326b381860eacfc450162 +RUN /venv/bin/pip install "git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/mailer@bc6cd14ea51c857cfdc326b381860eacfc450162" -RUN /venv/bin/pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/rocketchat +RUN /venv/bin/pip install "git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/rocketchat"