From 89c2b456e2da4b6433af6ce22b96a60b5cbacdbb Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 16:06:05 +1000 Subject: [PATCH] chore: Debug stalling curl request --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 095443f..ce55139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/ RUN apk --update add --no-cache \ curl \ jq && \ - curl -L https://api.github.com/repos/mikefarah/yq/releases/latest | \ + curl -vL https://api.github.com/repos/mikefarah/yq/releases/latest | \ jq -r '.assets[] | select(.name | endswith("yq_linux_amd64")) | .browser_download_url' | \ xargs -I {} curl -L -o /tmp/yq {} && \ chmod +x /tmp/yq