We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ecd1b commit 4e8c06cCopy full SHA for 4e8c06c
ci-scripts/dockerfiles/reframe-lmod77.dockerfile
@@ -7,7 +7,7 @@ FROM ghcr.io/reframe-hpc/lmod:7.7
7
8
# Install ReFrame unit test requirements
9
RUN apt-get -y update && \
10
- apt-get -y install gcc make python3 python3-pip
+ apt-get -y install gcc git make python3 python3-pip
11
12
# ReFrame user
13
RUN useradd -ms /bin/bash rfmuser
0 commit comments