Skip to content

Commit

Permalink
Install libicu for multilingual support in C#
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Jun 18, 2024
1 parent 726d303 commit c394627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ RUN apt install google-chrome-stable \
ENV DOTNET_ROOT /usr/lib/dotnet
ENV DOTNET_MAJOR 8.0
ENV PATH $DOTNET_ROOT:$PATH
RUN apt -y update && apt -y install libicu72 && \
apt -y clean && rm -rf /var/lib/apt/lists/*
RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
&& chmod u+x ./dotnet-install.sh \
&& ./dotnet-install.sh --channel $DOTNET_MAJOR --install-dir $DOTNET_ROOT \
Expand Down

0 comments on commit c394627

Please sign in to comment.