From 6b7784767ecdf7c40cd06fda9bdc237e36640e6d Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 14 Aug 2023 15:24:44 +0000 Subject: [PATCH] fix curl repo URL --- Workbench/webproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbench/webproxy/Dockerfile b/Workbench/webproxy/Dockerfile index a61e1b2..75e33de 100644 --- a/Workbench/webproxy/Dockerfile +++ b/Workbench/webproxy/Dockerfile @@ -36,7 +36,7 @@ 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/city-fan.org-release-3-8.rhel7.noarch.rpm +RUN rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel7/x86_64/city-fan.org-release-3-9.rhel7.noarch.rpm RUN yum-config-manager --enable city-fan.org RUN yum update curl -y