mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
Make sure gcloud gets installed (#101)
* Make sure gcloud gets installed
This commit is contained in:
+7
-1
@@ -10,4 +10,10 @@ if [[ ! -f /etc/debian_version ]]; then
|
||||
fi
|
||||
|
||||
apt-get update
|
||||
apt-get install -y debootstrap debian-archive-keyring jq dpkg-dev
|
||||
apt-get install -y debootstrap debian-archive-keyring jq dpkg-dev gnupg apt-transport-https ca-certificates
|
||||
|
||||
echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
|
||||
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
|
||||
|
||||
apt-get update
|
||||
apt-get install -y google-cloud-sdk
|
||||
|
||||
Reference in New Issue
Block a user