From c1d849349070da09ac4a0e4e367bc54c489ec37c Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 12 Sep 2022 15:47:18 -0500 Subject: [PATCH] Update URL for alternative repo for curl --- Workbench/webproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbench/webproxy/Dockerfile b/Workbench/webproxy/Dockerfile index c20e08d..039d732 100644 --- a/Workbench/webproxy/Dockerfile +++ b/Workbench/webproxy/Dockerfile @@ -34,7 +34,7 @@ COPY container_files/mdload/ /mdload/ RUN chmod 755 /usr/local/bin/startWithMDLoad.sh && chmod 755 /mdload/*.sh #install updated curl (for --data-raw) -RUN rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel7/x86_64/city-fan.org-release-2-2.rhel7.noarch.rpm +RUN rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/city-fan.org-release-3-3.rhel7.noarch.rpm RUN yum-config-manager --enable city-fan.org RUN yum update curl -y