Skip to content

Commit 4e8c06c

Browse files
committed
Install git in Lmod77 container
1 parent 26ecd1b commit 4e8c06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-scripts/dockerfiles/reframe-lmod77.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM ghcr.io/reframe-hpc/lmod:7.7
77

88
# Install ReFrame unit test requirements
99
RUN apt-get -y update && \
10-
apt-get -y install gcc make python3 python3-pip
10+
apt-get -y install gcc git make python3 python3-pip
1111

1212
# ReFrame user
1313
RUN useradd -ms /bin/bash rfmuser

0 commit comments

Comments
 (0)