mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
commit
a329f7f743
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue