Skip to content

Commit 003f1dc

Browse files
committed
Install setuptools
1 parent 8e78c6d commit 003f1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tests/dockerfiles/ubuntu_2404/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN wget https://github.com/su2code/SU2/archive/refs/tags/v${SU2_VERSION}.tar.gz
147147
rm -fv v${SU2_VERSION}.tar.gz
148148
RUN python3 -m venv /home/precice/venv && \
149149
. /home/precice/venv/bin/activate && \
150-
pip3 install mpi4py
150+
pip3 install mpi4py setuptools
151151
ARG SU2_ADAPTER_REF
152152
WORKDIR /home/precice
153153
ENV SU2_RUN="/home/precice/SU2_RUN"

0 commit comments

Comments
 (0)