Skip to content

Commit 9742ad9

Browse files
committed
Add Python3 to CentOS 7 images
1 parent e49b969 commit 9742ad9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

centos7_arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& sed -i s%#baseurl=http://mirror.centos.org/centos/7/%baseurl=https://vault.centos.org/altarch/7.9.2009/%g /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo \
4747
&& yum --setopt=tsflags=nodocs -y upgrade \
4848
&& yum --setopt=tsflags=nodocs -y install devtoolset-7 \
49-
&& yum --setopt=tsflags=nodocs -y install make perl which bzip2 wget \
49+
&& yum --setopt=tsflags=nodocs -y install make perl python3 which bzip2 wget \
5050
&& yum --setopt=tsflags=nodocs -y install gettext-devel openssl openssl-devel zlib-devel expat-devel libssh2-devel jemalloc-devel \
5151
&& yum -y clean all
5252

centos7_ppc64le/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& sed -i s%#baseurl=http://mirror.centos.org/centos/7/%baseurl=https://vault.centos.org/altarch/7.9.2009/%g /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo \
4747
&& yum --setopt=tsflags=nodocs -y upgrade \
4848
&& yum --setopt=tsflags=nodocs -y install devtoolset-7 \
49-
&& yum --setopt=tsflags=nodocs -y install make perl which bzip2 wget \
49+
&& yum --setopt=tsflags=nodocs -y install make perl python3 which bzip2 wget \
5050
&& yum --setopt=tsflags=nodocs -y install gettext-devel openssl openssl-devel zlib-devel expat-devel libssh2-devel jemalloc-devel \
5151
&& yum -y clean all
5252

centos7_s390x/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN \
4040
&& yum -y install centos-release-scl-rh \
4141
&& yum --setopt=tsflags=nodocs -y upgrade \
4242
&& yum --setopt=tsflags=nodocs -y install devtoolset-7 \
43-
&& yum --setopt=tsflags=nodocs -y install make perl which bzip2 wget \
43+
&& yum --setopt=tsflags=nodocs -y install make perl python3 which bzip2 wget \
4444
&& yum --setopt=tsflags=nodocs -y install gettext-devel openssl openssl-devel zlib-devel expat-devel libssh2-devel jemalloc-devel \
4545
&& yum -y clean all
4646

centos7_x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN \
4646
&& sed -i s%#baseurl=http://mirror.centos.org/centos/7/%baseurl=https://vault.centos.org/7.9.2009/%g /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo \
4747
&& yum --setopt=tsflags=nodocs -y upgrade \
4848
&& yum --setopt=tsflags=nodocs -y install devtoolset-7 \
49-
&& yum --setopt=tsflags=nodocs -y install make perl which bzip2 wget \
49+
&& yum --setopt=tsflags=nodocs -y install make perl python3 which bzip2 wget \
5050
&& yum --setopt=tsflags=nodocs -y install gettext-devel openssl openssl-devel zlib-devel expat-devel libssh2-devel jemalloc-devel \
5151
&& yum -y clean all
5252

centos7_x86/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN \
4444
&& linux32 yum --setopt=tsflags=nodocs -y update \
4545
&& linux32 yum --setopt=tsflags=nodocs -y upgrade \
4646
&& linux32 yum --setopt=tsflags=nodocs -y install devtoolset-8 \
47-
&& linux32 yum --setopt=tsflags=nodocs -y install make perl which bzip2 wget \
47+
&& linux32 yum --setopt=tsflags=nodocs -y install make perl python3 which bzip2 wget \
4848
&& linux32 yum --setopt=tsflags=nodocs -y install gettext-devel openssl openssl-devel zlib-devel expat-devel libssh2-devel \
4949
&& linux32 yum -y clean all \
5050
&& wget https://github.com/jemalloc/jemalloc/releases/download/$JEMALLOC_VERSION/jemalloc-$JEMALLOC_VERSION.tar.bz2 \

0 commit comments

Comments
 (0)