diff --git a/src/engines/ruby/1.8/Dockerfile.centos b/src/engines/ruby/1.8/Dockerfile.centos index c66f752..3ef5e3e 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 fc442ce..1100e13 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 7f68a68..7eebaad 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 9678707..b587c23 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 77cd416..a542adc 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 d828745..77c6ee1 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 3cd00ab..6b78f88 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 16acce5..789d61e 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 37cc270..dfab86b 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 d6f7e81..d50ffc0 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 f20409c..fbf831f 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 b30bb3a..80f3d45 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 74f5bfb..2764ab1 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 ae5782f..82efd34 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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 e92658f..af9a75b 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 g++ make patch git +RUN yum install -y curl gcc gcc-c++ gettext make patchutils patch libtool pkgconfig gettext file zip unzip 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