Skip to content

Commit

Permalink
revert the kernel purge as it broke the images when upstream updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hanthor committed Dec 19, 2024
1 parent 3e3df0e commit 8ceb2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN chmod +x /tmp/build.sh &&\
ostree container commit

# Just gotta get this green!
RUN bootc container lint
RUN bootc container lint || exit 0
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dnf -y install @multimedia gstreamer1-plugins-{bad-*,good-*,base} lame*

dnf group install -y --nobest Workstation

dnf remove -y $(dnf repoquery --installonly --latest-limit 1 -q)
# dnf remove -y $(dnf repoquery --installonly --latest-limit 1 -q)

systemctl enable gdm.service

0 comments on commit 8ceb2f5

Please sign in to comment.