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
particle-os CI / Build and Release (push) Has been skipped
30 lines
562 B
Text
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
|