Add support for defining dnf package groups to install

This commit is contained in:
badblocks 2024-10-30 13:08:35 -07:00
parent 388fd4f93d
commit 79cc4b6ef0
No known key found for this signature in database
3 changed files with 22 additions and 3 deletions

View file

@ -50,6 +50,8 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${FEDORA_VERSION}
COPY build.sh /tmp/build.sh
ARG GROUP_PKGS
RUN mkdir -p /var/lib/alternatives && \
/tmp/build.sh && \
ostree container commit