chore: Debug stalling curl request
This commit is contained in:
parent
98478ff55d
commit
89c2b456e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user