From 54ca2dd7636c725e150c9a79e8d188a5e112cb55 Mon Sep 17 00:00:00 2001 From: Harri Hirvonsalo Date: Wed, 9 Sep 2020 10:52:23 +0300 Subject: [PATCH] Fix Docker Image build * Update repolinks and pacakage dependencies to fix image build Signed-off-by: Harri Hirvonsalo --- dockerize/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dockerize/Dockerfile b/dockerize/Dockerfile index 9b1540ba3e..18f2b43783 100644 --- a/dockerize/Dockerfile +++ b/dockerize/Dockerfile @@ -1,7 +1,7 @@ FROM centos:7 EXPOSE 5000 -RUN rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm +RUN rpm -iUvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm RUN yum -y update && \ yum -y groupinstall "Development tools" && \ @@ -10,9 +10,9 @@ RUN yum -y update && \ git libffi-devel python-devel libxml2-devel libxml2 \ libxslt-devel zlib1g-dev libxslt http-parser npm -RUN yum -y install https://centos7.iuscommunity.org/ius-release.rpm -RUN yum -y install python35u pythn35u-pip python35u-devel \ - uwsgi-plugin-python35u uwsgi +RUN yum -y install https://repo.ius.io/ius-release-el7.rpm +RUN yum -y install python35u python35u-pip python35u-devel \ + uwsgi-plugin-python35 uwsgi RUN python3.5 -m ensurepip # install locale