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:
Chad Woolley 2020-07-21 17:12:59 -07:00
parent 8b6b6075de
commit a24216113f

View file

@ -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