From 676dccd373ccea517ec42e75ce548d1bf7339371 Mon Sep 17 00:00:00 2001 From: Leonardo Cristella Date: Tue, 26 Nov 2024 11:59:07 +0100 Subject: [PATCH] missing @ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 702739e..c04ed56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ COPY .. . # Install the pipeline repository (along with the bbp-atlas CLI) -RUN pip install git+https://github.com/BlueBrain/bbp-atlas-pipeline.git${REF_NAME} +RUN pip install git+https://github.com/BlueBrain/bbp-atlas-pipeline.git@${REF_NAME} # Install dependencies