Skip to content

Commit

Permalink
Merge pull request #274 from jakirkham/fix_alma_comment
Browse files Browse the repository at this point in the history
Drop `devtoolset` reference in AlmaLinux comment
  • Loading branch information
jakirkham authored Jul 2, 2024
2 parents 61c555c + f823037 commit 1e6db00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-anvil-alma/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COPY linux-anvil-alma/entrypoint_source /opt/docker/bin/entrypoint_source
COPY scripts/entrypoint /opt/docker/bin/entrypoint

# Ensure that all containers start with tini and the user selected process.
# Activate the `conda` environment `base` and the devtoolset compiler.
# Activate the `conda` environment `base`.
# Provide a default command (`bash`), which will start if the user doesn't specify one.
ENTRYPOINT [ "/opt/conda/bin/tini", "--", "/opt/docker/bin/entrypoint" ]
CMD [ "/bin/bash" ]

0 comments on commit 1e6db00

Please sign in to comment.