mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user