mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add python3-crcmod to www-gitlab-com image
Apparently gsutil started using python3. Leaving the python2 version just in case it's needed too
This commit is contained in:
parent
8b6b6075de
commit
a24216113f
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
|
||||
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 install -yq --no-install-recommends google-cloud-sdk python-crcmod
|
||||
apt-get install -yq --no-install-recommends google-cloud-sdk python-crcmod python3-crcmod
|
||||
|
||||
# Install Imagemagick for cropping the pictures on the team page
|
||||
apt-get install -yq --no-install-recommends imagemagick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue