cleanup
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
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
This commit is contained in:
parent
d782a8a4fb
commit
126ee1a849
76 changed files with 1683 additions and 470 deletions
30
devel/package-requires.txt
Normal file
30
devel/package-requires.txt
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue