We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a603e commit bc2385bCopy full SHA for bc2385b
images/devel/Dockerfile
@@ -78,6 +78,7 @@ RUN python3 -m pip install -r requirements.txt --break-system-packages && \
78
79
# Install dependencies for fenicsx
80
RUN apt-get update && apt-get install -y -q --no-install-recommends \
81
+ libboost-filesystem-dev \
82
libboost-timer-dev \
83
libpugixml-dev \
84
petsc-dev \
0 commit comments