Skip to content

Commit 5b39fb8

Browse files
committed
Update gcc to version 15
1 parent 9778571 commit 5b39fb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ RUN set -x && \
1818
FROM base AS python-build
1919
RUN dnf install -y dnf-plugins-core && \
2020
dnf config-manager --set-enabled crb && \
21-
dnf install -y --setopt=install_weak_deps=False python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip python${PYTHON_VERSION}-wheel gcc-toolset-14 git-core poppler-cpp-devel && \
21+
dnf install -y --setopt=install_weak_deps=False python${PYTHON_VERSION}-devel python${PYTHON_VERSION}-pip python${PYTHON_VERSION}-wheel gcc-toolset-15 git-core poppler-cpp-devel && \
2222
rm -rf /var/cache/dnf && \
2323
alternatives --install /usr/bin/pip3 pip /usr/bin/pip${PYTHON_VERSION} 50 && \
2424
curl --proto '=https' --tlsv1.3 -sSL https://install.python-poetry.org | python3 - && \
2525
/root/.local/bin/poetry self add poetry-plugin-export
2626
ARG MISP_MODULES_VERSION=main
2727
ENV POETRY_CACHE_DIR=/tmp/pypoetry/
28-
RUN --mount=type=tmpfs,target=/tmp source scl_source enable gcc-toolset-14 && \
28+
RUN --mount=type=tmpfs,target=/tmp source scl_source enable gcc-toolset-15 && \
2929
set -x && \
3030
mkdir /tmp/source && \
3131
cd /tmp/source && \

0 commit comments

Comments
 (0)