We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b532daf commit 51d0a4fCopy full SHA for 51d0a4f
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 \
+ openssh-server openssh-clients java-21-openjdk java-21-openjdk-devel icu \
6
&& microdnf clean all
7
8
RUN mkdir -p /var/run/sshd && \
0 commit comments