Skip to content

Commit

Permalink
add libicu63 to C# dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Feb 15, 2021
1 parent d9889a4 commit 818c2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kokoro/linux/dockerfile/test/csharp/Dockerfile
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y ca-certificates && apt-get clean

# dotnet SDK prerequisites
RUN apt-get update && apt-get install -y libunwind8 && apt-get clean
RUN apt-get update && apt-get install -y libunwind8 libicu63 && apt-get clean

# Install dotnet SDK via install script
RUN wget -q https://dot.net/v1/dotnet-install.sh && \
Expand Down

0 comments on commit 818c2ba

Please sign in to comment.