From 3be95a29ec58181311b0fe206fd4c9eacba87b6a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 27 Apr 2024 22:46:20 +0300 Subject: [PATCH] Toolbx: Remove --compressed from .curlrc. Until a new version of cURL is released with the fix from https://github.com/curl/curl/issues/13212 and is available in Debian testing, this is needed for downloading the OpenTofu keyring (see https://git.shore.co.il/shore/dockerfiles/-/jobs/18053 for the failed build). --- toolbx/.curlrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/toolbx/.curlrc b/toolbx/.curlrc index 1f967b1..f2c6078 100644 --- a/toolbx/.curlrc +++ b/toolbx/.curlrc @@ -1,6 +1,5 @@ ---silent ---location --fail ---show-error ---compressed +--location --proto="=https" +--show-error +--silent -- GitLab