Merge commit '6f8cb05140260ecbcf373889b9e82e3ae45a2cc9' into develop

This commit is contained in:
systems-assistant[bot]
2025-07-30 18:10:35 +00:00
commit ee1ebe5341
8 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
@@ -24,7 +24,7 @@ RUN zypper --non-interactive update -y && \
zypper --non-interactive dist-upgrade -y && \
zypper --non-interactive install -y -t pattern devel_basis && \
zypper --non-interactive install -y binutils-gold chrpath cmake curl dpkg-devel \
gcc-c++ git iproute2 libdrm-devel libnuma-devel openmpi3-devel python3-pip rpm-build \
gcc-c++ git iproute2 libdrm-devel libnuma-devel ninja openmpi3-devel python3-pip rpm-build \
sqlite3-devel wget && \
python3 -m pip install 'cmake==3.21'