From f37eb0ec00d08e724d7d6252159963ba4837a131 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 05 2019 08:20:30 +0000 Subject: Drop overriding python-werkzeug in the CentOS container The new version has been included in the infrastructure repository so there is no longer a need for overriding it in the docker container file. Signed-off-by: Pierre-Yves Chibon --- diff --git a/dev/containers/centos7-rpms-py2 b/dev/containers/centos7-rpms-py2 index 0f5501e..c43891a 100644 --- a/dev/containers/centos7-rpms-py2 +++ b/dev/containers/centos7-rpms-py2 @@ -29,8 +29,6 @@ RUN yum -y install \ repoSpanner \ repoSpanner-bridge -RUN yum install -y https://pingou.fedorapeople.org/RPMs/python-werkzeug-0.9.6-1.el7.noarch.rpm - RUN cd / \ && git clone -b $BRANCH $REPO \ && chmod +x /pagure/dev/containers/runtests_py2.sh