From e1e375ba09f9dc12b479dcc59ce7da48da50c1c6 Mon Sep 17 00:00:00 2001 From: root <root@ip-172-31-30-20.us-west-2.compute.internal> Date: Wed, 6 Dec 2023 19:18:02 +0000 Subject: [PATCH] update city-fan.org repo URL --- Workbench/webproxy/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Workbench/webproxy/Dockerfile b/Workbench/webproxy/Dockerfile index 17d121f..c9c82af 100644 --- a/Workbench/webproxy/Dockerfile +++ b/Workbench/webproxy/Dockerfile @@ -36,7 +36,8 @@ RUN chmod 755 /usr/local/bin/startWithMDLoad.sh && chmod 755 /mdload/*.sh #install updated curl (for --data-raw) # see http://www.city-fan.org/ftp/contrib/yum-repo/ for more info and for correct version numbers -RUN rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel7/x86_64/city-fan.org-release-3-10.rhel7.noarch.rpm +#RUN rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel7/x86_64/city-fan.org-release-3-10.rhel7.noarch.rpm +RUN rpm -Uvh https://mirror.city-fan.org/ftp/contrib/yum-repo/city-fan.org-release-3-10.rhel7.noarch.rpm RUN yum-config-manager --enable city-fan.org RUN yum update curl -y