Skip to content

Commit c394627

Browse files
committed
Install libicu for multilingual support in C#
1 parent 726d303 commit c394627

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ RUN apt install google-chrome-stable \
8181
ENV DOTNET_ROOT /usr/lib/dotnet
8282
ENV DOTNET_MAJOR 8.0
8383
ENV PATH $DOTNET_ROOT:$PATH
84+
RUN apt -y update && apt -y install libicu72 && \
85+
apt -y clean && rm -rf /var/lib/apt/lists/*
8486
RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
8587
&& chmod u+x ./dotnet-install.sh \
8688
&& ./dotnet-install.sh --channel $DOTNET_MAJOR --install-dir $DOTNET_ROOT \

0 commit comments

Comments
 (0)