Move group definitions into build.sh with other pkgs, and use gh actions to replace groupinstall with install <pkgs>

This commit is contained in:
badblocks 2024-10-30 13:33:31 -07:00
parent 79cc4b6ef0
commit 3fab4d535c
No known key found for this signature in database
3 changed files with 31 additions and 11 deletions

View file

@ -50,8 +50,6 @@ 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