From: Peter van Dijk Date: Tue, 9 Jul 2024 08:29:55 +0000 (+0200) Subject: use devtoolset-8 X-Git-Tag: auth-4.7.5~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14422%2Fhead;p=thirdparty%2Fpdns.git use devtoolset-8 --- diff --git a/builder-support/dockerfiles/Dockerfile.target.oraclelinux-7 b/builder-support/dockerfiles/Dockerfile.target.oraclelinux-7 index 7b47e231f0..162c10e68a 100644 --- a/builder-support/dockerfiles/Dockerfile.target.oraclelinux-7 +++ b/builder-support/dockerfiles/Dockerfile.target.oraclelinux-7 @@ -8,7 +8,7 @@ FROM oraclelinux:7 as dist-base ARG BUILDER_CACHE_BUSTER= RUN touch /var/lib/rpm/* && yum install -y oracle-epel-release-el7 oracle-softwarecollection-release-el7 && \ yum-config-manager --add-repo=http://yum.oracle.com/repo/OracleLinux/OL7/optional/developer/$(uname -m)/ && \ - yum install -y --nogpgcheck devtoolset-11-gcc-c++ scl-utils + yum install -y --nogpgcheck devtoolset-8-gcc-c++ scl-utils # Do the actual rpm build @INCLUDE Dockerfile.rpmbuild