mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 07:18:27 +00:00
Merge pull request #9918 from zvonkok/build-error
rootfs: Fix spurious error
This commit is contained in:
@@ -40,6 +40,10 @@ packages=libtdx-attest=1.20\*
|
||||
EOF
|
||||
fi
|
||||
|
||||
# This fixes the spurious error
|
||||
# E: Can't find a source to download version '2021.03.26' of 'ubuntu-keyring:amd64'
|
||||
apt update
|
||||
|
||||
if ! multistrap -a "$DEB_ARCH" -d "$rootfs_dir" -f "$multistrap_conf"; then
|
||||
build_dbus $rootfs_dir
|
||||
fi
|
||||
|
Reference in New Issue
Block a user