Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
fix: Don't install kernel-devel
Browse files Browse the repository at this point in the history
No longer needed
  • Loading branch information
EyeCantCU committed Oct 13, 2023
1 parent 39ba8a2 commit 7d56c08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ RUN wget https://pkg.surfacelinux.com/fedora/linux-surface.repo -P /etc/yum.repo
rpm-ostree cliwrap install-to-root / && \
rpm-ostree override replace /tmp/surface-kernel.rpm \
--remove kernel-core \
--remove kernel-devel-matched \
--remove kernel-modules \
--remove kernel-modules-extra \
--remove libwacom \
--remove libwacom-data \
--install kernel-surface \
--install kernel-surface-devel \
--install kernel-surface-devel-matched \
--install iptsd \
--install libwacom-surface \
--install libwacom-surface-data
Expand Down

0 comments on commit 7d56c08

Please sign in to comment.