We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aace5cc commit 3697c8cCopy full SHA for 3697c8c
copilot-sandbox/user-entrypoint.sh
@@ -66,6 +66,8 @@ if [ -f /usr/local/share/ca-certificates/extra-ca.crt ]; then
66
_combined_ca="/tmp/combined-ca.crt"
67
cat /etc/ssl/certs/ca-certificates.crt /usr/local/share/ca-certificates/extra-ca.crt > "$_combined_ca"
68
export GIT_SSL_CAINFO="$_combined_ca"
69
+ export CURL_CA_BUNDLE="$_combined_ca"
70
+ export SSL_CERT_FILE="$_combined_ca"
71
fi
72
73
# SSH config — reconstruct from host keys (init phase runs in a separate container)
0 commit comments