From 2f60b982a749a25da5851bc7326662e91245d44e Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sun, 3 Jan 2021 18:36:38 +0100 Subject: [PATCH] Dockerfile.isar: Drop grub package The leakage of grub artifacts from the building Debian version and the usage its grub tools was fixed in Isar 0.6 already. No one is expected to use that old version with latest kas containers, and the presence of these packages also collide with providing non-x86 versions. Signed-off-by: Jan Kiszka --- Dockerfile.isar | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.isar b/Dockerfile.isar index 86c1c54..a35e894 100644 --- a/Dockerfile.isar +++ b/Dockerfile.isar @@ -10,8 +10,7 @@ RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sou apt-get update && \ apt-get install -y -f --no-install-recommends \ autoconf automake gdisk libtool bash-completion \ - sudo grub2 grub-efi-amd64-bin grub-efi-ia32-bin \ - reprepro python3 binfmt-support e2fsprogs \ + sudo reprepro python3 binfmt-support e2fsprogs \ multistrap qemu-user-static debootstrap quilt && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*