docker: Adjust installed packages slightly
authorSimon Glass <sjg@chromium.org>
Wed, 27 Nov 2024 17:17:27 +0000 (11:17 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2024 22:34:30 +0000 (16:34 -0600)
commit6e510606d4e327e457cfdbe264162610c0caabd1
tree4d2b2c532e53ac614c16de1311f842707fabe35f
parent45b2f9d4fbae507d23ffdd08601bbad6b83c0fd6
docker: Adjust installed packages slightly

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 <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/docker/Dockerfile