Now that we do not need nor want people to use virt-make-fs for
filesystem tests, remove the related packages from the installation
list.
Signed-off-by: Tom Rini <trini@konsulko.com>
libconfuse-dev \
libgit2-dev \
libjson-glib-dev \
- libguestfs-tools \
libgnutls28-dev \
libgnutls30 \
liblz4-tool \
libtool \
libudev-dev \
libusb-1.0-0-dev \
- linux-image-generic \
lzma-alone \
lzop \
mount \
xxd \
zip
-# Make kernels readable for libguestfs tools to work correctly
-RUN chmod +r /boot/vmlinu*
-
# Build GRUB UEFI targets for ARM & RISC-V, 32-bit and 64-bit
RUN git clone git://git.savannah.gnu.org/grub.git /tmp/grub && \
cd /tmp/grub && \