From 43f7ac280b349077968b0837543e65fe6789c1ba Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 25 Jul 2023 22:34:09 +0300 Subject: [PATCH] curl --- linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index ba1d3b931..4740ff8e7 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -88,7 +88,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio unrar \ xz-utils \ wget \ - wget2 \ aptitude \ sudo \ logrotate \ @@ -133,7 +132,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et ################################################################## # Install p4client ################################################################## -RUN wget2 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ +RUN curl --insecure -o /usr/bin/p4 ${P4_DOWNLOAD_URL} && \ chmod +x /usr/bin/p4 ##################################################################