Merge pull request #11396 from kata-containers/sprt/fix-mariner-image

ci: Fix Mariner rootfs build failure
This commit is contained in:
Aurélien Bombo
2025-06-09 12:32:14 -05:00
committed by GitHub

View File

@@ -11,6 +11,9 @@ RUN tdnf -y install \
dnf \
git \
tar \
xz
xz \
# TODO: Remove when this issue is fixed:
# https://github.com/microsoft/azurelinux/issues/13971
--exclude=aznfs
@INSTALL_RUST@