Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Update to devtoolset-10
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jul 13, 2023
1 parent 7e309fc commit 5100790
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.centos7-i386
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG VERBOSE=0
# thanks CloudLinux, you're really helping us poor AppImage creators seeking for maximum compatibility by providing devtoolset i386 builds
RUN yum install -y yum-utils && \
rpm --import https://repo.cloudlinux.com/cloudlinux/security/RPM-GPG-KEY-CloudLinux && \
yum-config-manager --add-repo https://www.repo.cloudlinux.com/cloudlinux/7/sclo/devtoolset-9/i386/ && \
yum install -y devtoolset-9 \
yum-config-manager --add-repo https://www.repo.cloudlinux.com/cloudlinux/7/sclo/devtoolset-10/i386/ && \
yum install -y devtoolset-10 \
wget make gnupg zip git subversion glib2-devel automake libtool patch zlib-devel cairo-devel openssl-devel curl-devel \
fuse-devel vim-common zlib-devel desktop-file-utils fuse fuse-libs gtest-devel \
libXft-devel librsvg2-devel curl libffi-devel gettext-devel file python2 bzip2 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.centos7-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV ARCH=x86_64 DIST=centos7
ARG VERBOSE=0

RUN yum install -y centos-release-scl && \
yum install -y devtoolset-9 \
yum install -y devtoolset-10 \
wget make gnupg zip git subversion glib2-devel automake libtool patch zlib-devel cairo-devel openssl-devel curl-devel \
fuse-devel vim-common zlib-devel desktop-file-utils fuse fuse-libs gtest-devel \
libXft-devel librsvg2-devel curl libffi-devel gettext-devel file python2 bzip2 \
Expand Down
2 changes: 1 addition & 1 deletion entrypoint-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

source /opt/rh/devtoolset-9/enable
source /opt/rh/devtoolset-10/enable

export PATH=/deps/bin/:"$PATH"
export PKG_CONFIG_PATH=/deps/lib/pkgconfig:"$PKG_CONFIG_PATH"
Expand Down

0 comments on commit 5100790

Please sign in to comment.