Skip to content

Commit 3bb9660

Browse files
committed
Adjust the base image of fenicsx_adapter
1 parent 60c295c commit 3bb9660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/tests/dockerfiles/ubuntu_2404/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ARG FENICS_ADAPTER_REF
139139
RUN pip3 install git+https://github.com/precice/fenics-adapter.git@${FENICS_ADAPTER_REF} && \
140140
pip3 uninstall -y mpi4py
141141

142-
FROM precice_dependecies AS fenicsx_adapter
142+
FROM python_bindings AS fenicsx_adapter
143143
COPY --from=python_bindings /home/precice/.local /home/precice/.local
144144
USER root
145145
RUN add-apt-repository -y ppa:fenics-packages/fenics && \

0 commit comments

Comments
 (0)