From db7860a0e87b680bd0f630ec214fff4563c7f5b1 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 17:33:18 +1000 Subject: [PATCH] chore: Debug TLS handshake #5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c1f05a..67e42d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ADD https://${REPO_USERNAME}:${REPO_PASSWORD}@sn.itch.fyi/Repository/bin/VMware/ RUN apk --update add --no-cache \ openssl && \ - timeout 10 openssl s_client -connect api.github.com:443 -msg -tls1 + openssl s_client -connect api.github.com:443 -msg -tls1 RUN apk --update add --no-cache \ curl \ jq && \