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 <jan.kiszka@siemens.com>
This commit is contained in:
parent
2f4b89c77f
commit
2f60b982a7
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user