install custom build of the almalinux kernel
this kernel has android binder support
This commit is contained in:
parent
5e075ba71c
commit
06f07e8b1a
1 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,15 @@ COPY repo/*.repo /etc/yum.repos.d/
|
|||
|
||||
RUN dnf upgrade -y
|
||||
|
||||
RUN dnf install $( \
|
||||
dnf list --available kernel\* --disablerepo='*' --enablerepo=my-ostree-os-rhel-epel 2>/dev/null \
|
||||
| grep 'andersdsrhcustom' \
|
||||
| awk '{print $1 "-" $2}' \
|
||||
| sort -V \
|
||||
| tail -1 \
|
||||
| sed 's/\.src//g' \
|
||||
)
|
||||
|
||||
RUN dnf install --nogpgcheck -y https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm
|
||||
|
||||
RUN dnf install -y fish distrobox nvtop intel-media-driver libva-intel-driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue