]> Git Repo - u-boot.git/commitdiff
docker: Adjust installed packages slightly
authorSimon Glass <[email protected]>
Wed, 27 Nov 2024 17:17:27 +0000 (11:17 -0600)
committerTom Rini <[email protected]>
Mon, 2 Dec 2024 22:34:30 +0000 (16:34 -0600)
We no longer need to install libc6-i386 so we can drop that. Switch to
installing linux-image-generic as that will be available on all hosts,
to provide the /boot/vmlinu* file that's requires for various tools.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
tools/docker/Dockerfile

index 43cd37070e48905f9333b42256e2fc4cbe062308..5d3bd4e24ab51f72b74edf28c3b1ce02dca88adf 100644 (file)
@@ -77,7 +77,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
        iasl \
        imagemagick \
        iputils-ping \
-       libc6-i386 \
        libconfuse-dev \
        libgit2-dev \
        libjson-glib-dev \
@@ -95,7 +94,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
        libtool \
        libudev-dev \
        libusb-1.0-0-dev \
-       linux-image-kvm \
+       linux-image-generic \
        lzma-alone \
        lzop \
        mount \
This page took 0.032996 seconds and 4 git commands to generate.