- Now use rx3-docker/server:1.4.0-mga9 image,

- Now use docker-tools-1.5.2,
- Rebuild for updates.
This commit is contained in:
2026-05-28 16:55:24 +02:00
parent dede7d3117
commit 6edf23ed52
4 changed files with 21 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ LABEL maintainer=${IMG_MAINTAINER}
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force --no-install java-17-openjdk-headless lib64rocm-opencl-runtime5.7 \
&& rpm -Uvh --nodeps $( for pkg in javapackages-filesystem java-17-openjdk-headless rootcerts-java timezone-java copy-jdk-configs; do ls /var/cache/urpmi/rpms/$pkg*.rpm; done) \