From b2c77d5cb24f4883240bbf70ffb4281724df290e Mon Sep 17 00:00:00 2001 From: mia26MAjFm Date: Wed, 24 Jun 2026 02:01:13 -0400 Subject: [PATCH] image-builder: add python3 (needed by batocera build-rootfs.sh) distros/batocera/build-rootfs.sh:211 calls python3 inline to patch libretroControllers.py with the PS5 HOTKEY-on-gamepad fix. Without it the batocera build exits 127 at the very end of an otherwise-clean run. --- docker/image-builder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/image-builder/Dockerfile b/docker/image-builder/Dockerfile index 6143417..2f9d60c 100644 --- a/docker/image-builder/Dockerfile +++ b/docker/image-builder/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ parted dosfstools e2fsprogs kmod \ initramfs-tools fdisk gdisk udev kpartx \ xz-utils bzip2 zstd \ + python3 \ && rm -rf /var/lib/apt/lists/* # Install Go (Ubuntu 24.04 only has 1.22, distrobuilder needs newer)