Skip to content
Snippets Groups Projects
Commit 88badf9b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feature.Dockerfile: bugfix, missing $

parent 50ac95f5
Branches
Tags
1 merge request!270feature.Dockerfile: bugfix, missing $
......@@ -7,7 +7,7 @@ ARG INTERNAL_TAG="testing"
## in the future once we move the detectors already installed in the main
## image.
FROM {DOCKER_REGISTRY}jug_xl:${INTERNAL_TAG}
FROM ${DOCKER_REGISTRY}jug_xl:${INTERNAL_TAG}
## also install detector/ip geometries into opt
ARG DETECTOR=athena
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment