From f9819d1ad8321c1e78a5167e6c4f2c918cee5264 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Tue, 3 Nov 2020 17:02:03 +0100 Subject: [PATCH] Updated location of ius-release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97a05d9..ac8dd46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer "benjamin.bertrand@esss.se" RUN yum update -y \ # Use IUS repository to install recent version of git (git2u) - && yum -y install https://centos7.iuscommunity.org/ius-release.rpm \ + && yum -y install https://repo.ius.io/ius-release-el7.rpm \ && yum install -y \ file \ patch \ -- GitLab