mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add www-gitlab-com python-crcmod
To optimize gsutil rsync commands
This commit is contained in:
parent
d79a7ac795
commit
c1308cd52f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ rm -rf /tmp/pandoc*
|
||||||
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
|
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
|
||||||
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
|
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -yq --no-install-recommends google-cloud-sdk
|
apt-get install -yq --no-install-recommends google-cloud-sdk python-crcmod
|
||||||
|
|
||||||
# Install Imagemagick for cropping the pictures on the team page
|
# Install Imagemagick for cropping the pictures on the team page
|
||||||
apt-get install -yq --no-install-recommends imagemagick
|
apt-get install -yq --no-install-recommends imagemagick
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue