Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile-fedora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:42 AS image_base
FROM fedora:43 AS image_base
RUN dnf -y install \
blas-devel \
boost-devel \
Expand Down
5 changes: 3 additions & 2 deletions docker/Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN apt-get update && \
diffutils \
doxygen \
ffmpeg \
gcc-12 g++-12 \
gcc-14 g++-14 \
gcc-12 g++-12 libstdc++-12-dev \
gcc-14 g++-14 libstdc++-14-dev \
gdb \
gfortran \
git \
Expand Down Expand Up @@ -74,6 +74,7 @@ RUN apt-get update && \
python3-sympy \
python3-sphinx \
python3-sphinxcontrib.bibtex \
python3-sphinx-tabs \
python3-tqdm \
python3-venv \
python3-vtk9 \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-ubuntu-wo-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \
ccache \
cmake \
cython3 \
gcc-13 g++-13 \
gcc-13 g++-13 libstdc++-13-dev \
gdb \
git \
libboost-dev \
Expand Down