diff --git a/src/engines/ruby/1.8/Dockerfile.centos b/src/engines/ruby/1.8/Dockerfile.centos index 675dc90..c66f752 100644 --- a/src/engines/ruby/1.8/Dockerfile.centos +++ b/src/engines/ruby/1.8/Dockerfile.centos @@ -70,7 +70,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/1.9/Dockerfile.centos b/src/engines/ruby/1.9/Dockerfile.centos index c3aea13..fc442ce 100644 --- a/src/engines/ruby/1.9/Dockerfile.centos +++ b/src/engines/ruby/1.9/Dockerfile.centos @@ -70,7 +70,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.0/Dockerfile.centos b/src/engines/ruby/2.0/Dockerfile.centos index 24e9513..7f68a68 100644 --- a/src/engines/ruby/2.0/Dockerfile.centos +++ b/src/engines/ruby/2.0/Dockerfile.centos @@ -70,7 +70,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.1/Dockerfile.centos b/src/engines/ruby/2.1/Dockerfile.centos index 8840b7e..9678707 100644 --- a/src/engines/ruby/2.1/Dockerfile.centos +++ b/src/engines/ruby/2.1/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.2/Dockerfile.centos b/src/engines/ruby/2.2/Dockerfile.centos index 8366bad..77cd416 100644 --- a/src/engines/ruby/2.2/Dockerfile.centos +++ b/src/engines/ruby/2.2/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.3/Dockerfile.centos b/src/engines/ruby/2.3/Dockerfile.centos index d776fa9..d828745 100644 --- a/src/engines/ruby/2.3/Dockerfile.centos +++ b/src/engines/ruby/2.3/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.4/Dockerfile.centos b/src/engines/ruby/2.4/Dockerfile.centos index 54b8fa7..3cd00ab 100644 --- a/src/engines/ruby/2.4/Dockerfile.centos +++ b/src/engines/ruby/2.4/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.5/Dockerfile.centos b/src/engines/ruby/2.5/Dockerfile.centos index 578edc2..16acce5 100644 --- a/src/engines/ruby/2.5/Dockerfile.centos +++ b/src/engines/ruby/2.5/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.6/Dockerfile.centos b/src/engines/ruby/2.6/Dockerfile.centos index 37d6ce6..37cc270 100644 --- a/src/engines/ruby/2.6/Dockerfile.centos +++ b/src/engines/ruby/2.6/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/2.7/Dockerfile.centos b/src/engines/ruby/2.7/Dockerfile.centos index 2c77463..d6f7e81 100644 --- a/src/engines/ruby/2.7/Dockerfile.centos +++ b/src/engines/ruby/2.7/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/3.0/Dockerfile.centos b/src/engines/ruby/3.0/Dockerfile.centos index 3708d0b..f20409c 100644 --- a/src/engines/ruby/3.0/Dockerfile.centos +++ b/src/engines/ruby/3.0/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/3.1/Dockerfile.centos b/src/engines/ruby/3.1/Dockerfile.centos index 0c9e094..b30bb3a 100644 --- a/src/engines/ruby/3.1/Dockerfile.centos +++ b/src/engines/ruby/3.1/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/3.2/Dockerfile.centos b/src/engines/ruby/3.2/Dockerfile.centos index 6650572..74f5bfb 100644 --- a/src/engines/ruby/3.2/Dockerfile.centos +++ b/src/engines/ruby/3.2/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/3.3/Dockerfile.centos b/src/engines/ruby/3.3/Dockerfile.centos index 54aabba..ae5782f 100644 --- a/src/engines/ruby/3.3/Dockerfile.centos +++ b/src/engines/ruby/3.3/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors diff --git a/src/engines/ruby/3.4/Dockerfile.centos b/src/engines/ruby/3.4/Dockerfile.centos index 30d69be..e92658f 100644 --- a/src/engines/ruby/3.4/Dockerfile.centos +++ b/src/engines/ruby/3.4/Dockerfile.centos @@ -68,7 +68,7 @@ RUN true "${REPRO_RUN_KEY}" && yum makecache -y # fun: CentOS 8 has `yum list glibc-langpack-\*` but not CentOS 7 :'( RUN yum reinstall -y glibc-common -RUN yum install -y curl gcc make patch git +RUN yum install -y curl gcc g++ make patch git # fun: this has to be after `yum install curl gcc make`... but only on aarch64; go figure # extra fun: table is botched, localedef not happy, swallow result and test `locale` for errors