We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e324c commit edce200Copy full SHA for edce200
1 file changed
release/kokoro/release_linux.sh
@@ -17,7 +17,8 @@ set -e
17
18
if ! command -v pip3 &> /dev/null || ! command -v curl &> /dev/null || ! command -v docker &> /dev/null || ! command -v git &> /dev/null; then
19
echo "Installing basic dependencies..."
20
- apt-get update && apt-get install -y python3-pip curl git
+ apt-get update && apt-get install -y python3-pip curl git ca-certificates
21
+ git config --global http.sslCAinfo /etc/ssl/certs/ca-certificates.crt
22
23
if ! command -v docker &> /dev/null; then
24
echo "Installing docker CLI..."
0 commit comments