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