Skip to content

Commit 51d0a4f

Browse files
committed
add: icu
1 parent b532daf commit 51d0a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/rider.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/queil/image:latest
22

33
USER root
44
RUN microdnf install --nodocs --setopt install_weak_deps=0 -y \
5-
openssh-server openssh-clients java-21-openjdk java-21-openjdk-devel \
5+
openssh-server openssh-clients java-21-openjdk java-21-openjdk-devel icu \
66
&& microdnf clean all
77

88
RUN mkdir -p /var/run/sshd && \

0 commit comments

Comments
 (0)