Add cachyos dev repo for testing
This commit is contained in:
parent
1afd7ef4f9
commit
c322ac80a4
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ RUN dnf install -y https://github.com/TheAssassin/AppImageLauncher/releases/down
|
|||
# Enable CachyOS repositories
|
||||
RUN dnf copr enable bieszczaders/kernel-cachyos -y
|
||||
|
||||
RUN dnf copr enable bieszczaders/kernel-cachyos-dev -y
|
||||
|
||||
RUN dnf install -y ${KERNEL} ${KERNEL}-devel-matched
|
||||
|
||||
RUN dnf remove -y kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra kernel-tools kernel-tools-libs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue