Explorar o código

add libicu63 to C# dockerfile

Jan Tattermusch %!s(int64=4) %!d(string=hai) anos
pai
achega
818c2ba077
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kokoro/linux/dockerfile/test/csharp/Dockerfile

+ 1 - 1
kokoro/linux/dockerfile/test/csharp/Dockerfile

@@ -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 && \