From 8144ba955f71893eb7c2a109296549b514e91b40 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 8 Jan 2022 17:47:14 -0800 Subject: [PATCH] CI: stop installing a custom Python on CentOS 7 It is not clear to me why this was pulling in a custom Python 3.6 when Python 3.6 is in the default repositories on CentOS 7. It is possible it was not packaged there at the time this Dockerfile was written. --- ci/centos7/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/centos7/Dockerfile b/ci/centos7/Dockerfile index 31f865f0a..9d8a50eda 100644 --- a/ci/centos7/Dockerfile +++ b/ci/centos7/Dockerfile @@ -80,7 +80,6 @@ tk-devel \ # Test utilities python3-pip \ python3-setuptools \ -&& rpm --install https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/p/python36-py-1.4.32-2.el7.noarch.rpm \ && alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake3 20 \ --slave /usr/local/bin/ctest ctest /usr/bin/ctest3 \ --slave /usr/local/bin/cpack cpack /usr/bin/cpack3 \ -- 2.40.0