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

feature.Dockerfile: bugfix, missing $

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