[ARVADOS] created: 1.3.0-1612-g61a51ee28
Git user
git at public.curoverse.com
Thu Sep 19 18:58:52 UTC 2019
at 61a51ee28735035bf00fe872db22b99534f62cef (commit)
commit 61a51ee28735035bf00fe872db22b99534f62cef
Author: Fernando Monserrat <fmonserrat at Fernandos-MBP>
Date: Thu Sep 19 15:57:59 2019 -0300
15648: update to rh-python36
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/package-build-dockerfiles/centos7/Dockerfile b/build/package-build-dockerfiles/centos7/Dockerfile
index 7219edb37..86be10383 100644
--- a/build/package-build-dockerfiles/centos7/Dockerfile
+++ b/build/package-build-dockerfiles/centos7/Dockerfile
@@ -39,8 +39,8 @@ RUN ln -s /usr/local/node-v6.11.2-linux-x64/bin/* /usr/local/bin/
# Need to "touch" RPM database to workaround bug in interaction between
# overlayfs and yum (https://bugzilla.redhat.com/show_bug.cgi?id=1213602)
-RUN touch /var/lib/rpm/* && yum -q -y install rh-python35
-RUN scl enable rh-python35 "easy_install-3.5 pip" && easy_install-2.7 pip
+RUN touch /var/lib/rpm/* && yum -q -y install rh-python36
+RUN scl enable rh-python36 "easy_install-3.6 pip" && easy_install-2.7 pip
# Add epel, we need it for the python-pam dependency
RUN wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list