mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
Dockerfile: Update to drop virt-make-fs packages
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>
This commit is contained in:
parent
6df302c178
commit
eb1b90ec57
1 changed files with 0 additions and 5 deletions
|
@ -91,7 +91,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||
libconfuse-dev \
|
||||
libgit2-dev \
|
||||
libjson-glib-dev \
|
||||
libguestfs-tools \
|
||||
libgnutls28-dev \
|
||||
libgnutls30 \
|
||||
liblz4-tool \
|
||||
|
@ -105,7 +104,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||
libtool \
|
||||
libudev-dev \
|
||||
libusb-1.0-0-dev \
|
||||
linux-image-generic \
|
||||
lzma-alone \
|
||||
lzop \
|
||||
mount \
|
||||
|
@ -142,9 +140,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||
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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue