We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726d303 commit c394627Copy full SHA for c394627
Dockerfile
@@ -81,6 +81,8 @@ RUN apt install google-chrome-stable \
81
ENV DOTNET_ROOT /usr/lib/dotnet
82
ENV DOTNET_MAJOR 8.0
83
ENV PATH $DOTNET_ROOT:$PATH
84
+RUN apt -y update && apt -y install libicu72 && \
85
+ apt -y clean && rm -rf /var/lib/apt/lists/*
86
RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
87
&& chmod u+x ./dotnet-install.sh \
88
&& ./dotnet-install.sh --channel $DOTNET_MAJOR --install-dir $DOTNET_ROOT \
0 commit comments