chore: Debug TLS handshake #2
Some checks failed
Container / Semantic Release (Dry-run) (push) Successful in 50s
Container / Semantic Release (push) Has been cancelled
Container / Container image (push) Has been cancelled

This commit is contained in:
Danny Bessems 2024-06-05 17:06:35 +10:00
parent d04cbb9764
commit 3aad828587

View File

@ -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 && \