Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e36e24

Browse files
committedJun 10, 2025·
Update reframe-tmod32 container
1 parent a3f486a commit 4e36e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ci-scripts/dockerfiles/reframe-tmod32.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM ghcr.io/reframe-hpc/tmod:3.2.10
66

77
# ReFrame requirements
8-
RUN yum -y install gcc make git python3
8+
RUN yum -y install gcc make git python3 python3-pip
99

1010
# ReFrame user
1111
RUN useradd -ms /bin/bash rfmuser
@@ -18,6 +18,6 @@ COPY --chown=rfmuser . /home/rfmuser/reframe/
1818
WORKDIR /home/rfmuser/reframe
1919

2020
RUN ./bootstrap.sh
21-
RUN pip install pytest-cov
21+
RUN pip3 install pytest-cov
2222

2323
CMD ["/bin/bash", "-c", "./test_reframe.py --cov=reframe --cov-report=xml --rfm-user-config=ci-scripts/configs/tmod32.py"]

0 commit comments

Comments
 (0)
Please sign in to comment.