mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'add-python3-crcmod-to-www-gitlab-com-image' into 'master'
Add python3-crcmod to www-gitlab-com image Closes gitlab-com/www-gitlab-com#8313 See merge request gitlab-org/gitlab-build-images!315
This commit is contained in:
commit
f9951f6910
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