Compare commits

..

2 commits

Author SHA1 Message Date
9a800e6bd2 old image in upstream repo. remove gpsd-libs and then upgrade
All checks were successful
os / build (push) Successful in 40m50s
2026-08-18 15:53:15 +02:00
3a785a8bb6 Revert "remove dnf update to fix gpsd dependency conflict"
This reverts commit f388c6cfee.
2026-08-18 15:52:28 +02:00

View file

@ -16,6 +16,10 @@ RUN dkms install nvidia/$(ls /usr/src/ | grep nvidia- | cut -d- -f2-) -k $(rpm -
COPY repo/*.repo /etc/yum.repos.d/ COPY repo/*.repo /etc/yum.repos.d/
RUN rpm -e --nodeps gpsd-libs
RUN dnf update -y
# This is necessary for the speakers and internal microphone # This is necessary for the speakers and internal microphone
RUN dnf install -y alsa-sof-firmware RUN dnf install -y alsa-sof-firmware