We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d0a4f commit 62265faCopy full SHA for 62265fa
images/rider.Containerfile
@@ -2,7 +2,7 @@ FROM ghcr.io/queil/image:latest
2
3
USER root
4
RUN microdnf install --nodocs --setopt install_weak_deps=0 -y \
5
- openssh-server openssh-clients java-21-openjdk java-21-openjdk-devel icu \
+ openssh-server openssh-clients java-21-openjdk java-21-openjdk-devel icu mesa-libGL \
6
&& microdnf clean all
7
8
RUN mkdir -p /var/run/sshd && \
0 commit comments