Merge branch 'fix_immediate_configuration_error' into 'master'

Fix: Could not perform immediate configuration on 'libcrypt1:amd64'

See merge request gitlab-org/gitlab-build-images!332
This commit is contained in:
Zeger-Jan van de Weg 2020-10-20 14:48:27 +00:00
commit a329f7f743

View file

@ -40,6 +40,9 @@ YARN_INSTALL_VERSION=1.21.1-1
YAMLLINT_VERSION=1.24.2
echo "deb http://deb.debian.org/debian testing main" | tee -a /etc/apt/sources.list.d/testing.list
apt update
# Fix for immediate configuration error - https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/332
apt -t testing install -o APT::Immediate-Configure=false -yq libcrypt1
apt -t testing install -yq yamllint=${YAMLLINT_VERSION}-1
# Install gitlab-runner