Skip to content
Snippets Groups Projects
Commit 4552579c authored by Will Buttinger's avatar Will Buttinger
Browse files

Update Dockerfile - removed versions.txt

parent 4d73fc1f
No related branches found
No related tags found
1 merge request!104Update Dockerfile - removed versions.txt
......@@ -28,7 +28,7 @@ FROM gitlab-registry.cern.ch/atlas/statanalysis:base_image
# Set up the environment setup script.
COPY docker/release_setup.sh /
# Set up the message of the day, and optionally copy latest versions too if it exists.
COPY docker/motd versions/*.txt /etc/
COPY docker/motd /etc/
# copy aka install the release into the image ... hopefully each release can use the previous layers as-is
COPY --from=builder /usr/StatAnalysis /usr/StatAnalysis
......
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