Skip to content

Commit

Permalink
use devtoolset-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Jul 9, 2024
1 parent 6466b70 commit 700d789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 700d789

Please sign in to comment.