chore: Debug TLS handshake #2
This commit is contained in:
parent
d04cbb9764
commit
3aad828587
@ -10,7 +10,9 @@ ARG REPO_USERNAME
|
||||
ARG REPO_PASSWORD
|
||||
ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/ovftool/4.4.x/${OVFTOOL_INSTALLER} /tmp/ovftool-installer
|
||||
|
||||
RUN openssl s_client -connect api.github.com:443 -msg
|
||||
RUN apk --update add --no-cache \
|
||||
openssl && \
|
||||
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