File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- FROM fedora:42 AS image_base
1+ FROM fedora:43 AS image_base
22RUN dnf -y install \
33 blas-devel \
44 boost-devel \
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ RUN apt-get update && \
1515 diffutils \
1616 doxygen \
1717 ffmpeg \
18- gcc-12 g++-12 \
19- gcc-14 g++-14 \
18+ gcc-12 g++-12 libstdc++-12-dev \
19+ gcc-14 g++-14 libstdc++-14-dev \
2020 gdb \
2121 gfortran \
2222 git \
@@ -74,6 +74,7 @@ RUN apt-get update && \
7474 python3-sympy \
7575 python3-sphinx \
7676 python3-sphinxcontrib.bibtex \
77+ python3-sphinx-tabs \
7778 python3-tqdm \
7879 python3-venv \
7980 python3-vtk9 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get update && \
88 ccache \
99 cmake \
1010 cython3 \
11- gcc-13 g++-13 \
11+ gcc-13 g++-13 libstdc++-13-dev \
1212 gdb \
1313 git \
1414 libboost-dev \
You can’t perform that action at this time.
0 commit comments