Browse Source

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 <pingou@pingoured.fr>
Pierre-Yves Chibon 5 years ago
parent
commit
f37eb0ec00
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dev/containers/centos7-rpms-py2

+ 0 - 2
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