- Add ISL support,

- Use now rx3-docker/x11-pulse:1.2.7-mga9 image,
- Rebuild for updates.
This commit is contained in:
2026-02-15 00:25:15 +01:00
parent e94e601e85
commit e310eb3ac2
5 changed files with 17 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ ARG IMG_NAME
ARG IMG_NAME_FULL
ARG IMG_VERSION
ARG IMG_MAINTAINER
ARG IMG_URL
LABEL org.rx3.${IMG_NAME}.name=${IMG_NAME_FULL}
LABEL org.rx3.${IMG_NAME}.version=${IMG_VERSION}
@@ -18,7 +19,8 @@ LABEL maintainer=${IMG_MAINTAINER}
ENV DISPLAY=:0
RUN urpmi.update -a \
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force --no-install dkms-nvidia-current kernel-desktop-devel x11-driver-video-nvidia-current \
&& rpm -Uvh --nodeps /var/cache/urpmi/rpms/x11-driver-video-nvidia-current*.rpm \
&& \rm /var/cache/urpmi/rpms/*