Move packages needed for all variants to common manifest
This commit is contained in:
parent
7c611d9d0d
commit
b461398aef
2 changed files with 12 additions and 12 deletions
|
@ -16,6 +16,18 @@ packages:
|
|||
- skopeo
|
||||
- toolbox
|
||||
- xdg-desktop-portal
|
||||
# HFS filesystem tools for Apple hardware
|
||||
# See https://github.com/projectatomic/rpm-ostree/issues/1380
|
||||
- hfsplus-tools
|
||||
# Bundle the minimal -devel packages needed to build a kernel.
|
||||
# This is needed because we can't rely on layering to install these
|
||||
# due to version conflicts with the base image.
|
||||
- glibc-devel
|
||||
- kernel-devel
|
||||
- elfutils-libelf-devel
|
||||
# Contains default ostree remote config to be used on client's
|
||||
# system for fetching ostree update
|
||||
- fedora-repos-ostree
|
||||
|
||||
selinux: true
|
||||
documentation: true
|
||||
|
|
|
@ -11,18 +11,6 @@ packages:
|
|||
# Does it really still make sense to ship Qt by default if we
|
||||
# expect people to run apps in containers?
|
||||
- qgnomeplatform
|
||||
# HFS filesystem tools for Apple hardware
|
||||
# See https://github.com/projectatomic/rpm-ostree/issues/1380
|
||||
- hfsplus-tools
|
||||
# Bundle the minimal -devel packages needed to build a kernel.
|
||||
# This is needed because we can't rely on layering to install these
|
||||
# due to version conflicts with the base image.
|
||||
- glibc-devel
|
||||
- kernel-devel
|
||||
- elfutils-libelf-devel
|
||||
# Contains default ostree remote config to be used on client's
|
||||
# system for fetching ostree update
|
||||
- fedora-repos-ostree
|
||||
|
||||
repos:
|
||||
- fedora-rawhide
|
||||
|
|
Loading…
Reference in a new issue