From 49779d8b31fb17f092a3d43cce0ceefdf38ee175 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 17:18:13 +1000 Subject: [PATCH] chore: chore: Debug TLS handshake #3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83fa1a9..6435478 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 && \ - 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 && \