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