chore: chore: Debug TLS handshake #3
Some checks failed
Container / Semantic Release (Dry-run) (push) Successful in 43s
Container / Container image (push) Failing after 43s
Container / Semantic Release (push) Has been skipped

This commit is contained in:
Danny Bessems 2024-06-05 17:18:13 +10:00
parent 3aad828587
commit 49779d8b31

View File

@ -12,7 +12,7 @@ ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/
RUN apk --update add --no-cache \
openssl && \
openssl s_client -connect api.github.com:443 -msg
openssl s_client -connect api.github.com:443 -msg -timeout 10
RUN apk --update add --no-cache \
curl \
jq && \