File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ RUN set -x && \
1818FROM base AS python-build
1919RUN 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
2626ARG MISP_MODULES_VERSION=main
2727ENV 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 && \
You can’t perform that action at this time.
0 commit comments