diff --git a/Dockerfile b/Dockerfile index 6435478..7d3962f 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 -timeout 10 + timeout 10 openssl s_client -connect api.github.com:443 -msg RUN apk --update add --no-cache \ curl \ jq && \