enable repo my-ostree-os-epel too for custom kernel install
This commit is contained in:
parent
257bbe8762
commit
2a68153007
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ COPY repo/*.repo /etc/yum.repos.d/
|
|||
RUN dnf config-manager --add-repo=https://negativo17.org/repos/epel-nvidia-580.repo -y
|
||||
|
||||
RUN dnf install -y $( \
|
||||
dnf list --available kernel\* --disablerepo='*' --enablerepo=my-ostree-os-rhel-epel 2>/dev/null \
|
||||
dnf list --available kernel\* --disablerepo='*' --enablerepo=my-ostree-os-rhel-epel,my-ostree-os-epel 2>/dev/null \
|
||||
| grep 'andersdsrhcustom' \
|
||||
| awk '{print $1 "-" $2}' \
|
||||
| sort -V \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue