chore: Debug TLS handshake #3
This commit is contained in:
parent
49779d8b31
commit
85b8c36315
@ -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 -timeout 10
|
||||
timeout 10 openssl s_client -connect api.github.com:443 -msg
|
||||
RUN apk --update add --no-cache \
|
||||
curl \
|
||||
jq && \
|
||||
|
Loading…
Reference in New Issue
Block a user