From d45de16116b3181c212acf7ce95fd63eb5bc17a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Per=C3=B6bner?= Date: Fri, 26 Feb 2021 08:41:10 +0100 Subject: [PATCH] run docker build in host network in order to make sure that the wget commands within the docker container can download curl source even in restricted environments. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b970e6f..9fdd4a8 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ GPG_KEY_URL="https://daniel.haxx.se/mykey.asc" GPG_KEY_PATH="/out/curl-gpg.pub" #Do not escape the above variables in script below #change last argument to -xeus for help with debugging -cat <