From 83ff0fe6b9bf22fa4597887cf19d676185e1c0eb Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 11 Jan 2021 19:04:15 +0100 Subject: [PATCH] Fix placement of SHA --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f12226a..6099f16 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@bc6cd14ea51c857cfdc326b381860eacfc450162#subdirectory=integrations/mailer" RUN /venv/bin/pip install "git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/rocketchat"