deb-bootc-image-builder/package-requires.txt
joe 9a810d3d27
Some checks failed
particle-os CI / Test particle-os (push) Failing after 1s
particle-os CI / Integration Test (push) Has been skipped
particle-os CI / Security & Quality (push) Failing after 1s
Test particle-os Basic Functionality / test-basic (push) Failing after 1s
Tests / test (1.21.x) (push) Failing after 1s
Tests / test (1.22.x) (push) Failing after 1s
particle-os CI / Build and Release (push) Has been skipped
Simplify fork: remove osbuild complexity, add native Debian tools, integrate GRUB bootloader installation
2025-08-12 20:10:34 -07:00

30 lines
562 B
Text

# List package dependencies here; this file is processed
# from the Containerfile by default, using leading '#' as comments.
# Core container and image tools
podman
qemu-utils
skopeo
# OSTree support
ostree
ostree-boot
# Debian package management
apt
apt-utils
# Bootloader tools (will be provided by deb-bootupd)
# bootupd
# Image building dependencies
parted
fdisk
util-linux
mount
rsync
# Debian AppArmor support (replacing SELinux)
apparmor apparmor-utils apparmor-profiles
# Note: Removed osbuild dependencies - we'll use native Debian tools instead