Updating desktop images to 44

This commit is contained in:
Ben Radey
2026-05-02 08:21:37 -04:00
parent 4abc8f4f3a
commit 7aeb946b6b
4 changed files with 6 additions and 10 deletions
+1 -2
View File
@@ -28,7 +28,6 @@ RUN git clone https://github.com/johnfanv2/LenovoLegionLinux.git && \
# Any more than that means that dnf automatically added a new one, which is shady!
# Then: cleanup image for linting
# Finally: verify image is good
# FIXME - remove the `--skip nonempty-run-tmp` when it's no longer needed
RUN [[ 4 -eq $(rpm -qa gpg-pubkey* | wc -l) ]] && \
rm -rf /var /boot && mkdir /var /boot && \
bootc container lint --fatal-warnings --skip nonempty-run-tmp
bootc container lint --fatal-warnings