ICU support

This commit is contained in:
2022-01-03 20:52:44 +03:00
parent 5678de8531
commit 6320b803df
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -27,8 +27,9 @@ WORKDIR /user
COPY --from=build /app /app
ENV MUSL_LOCPATH /usr/share/i18n/locales/musl
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
RUN apk add --no-cache cmake make musl-dev gcc gettext-dev libintl \
RUN apk add --no-cache cmake make musl-dev gcc gettext-dev libintl icu-libs \
&& wget https://gitlab.com/rilian-la-te/musl-locales/-/archive/master/musl-locales-master.zip \
&& unzip musl-locales-master.zip \
&& cd musl-locales-master \
+2 -1
View File
@@ -27,8 +27,9 @@ WORKDIR /user
COPY --from=build /app /app
ENV MUSL_LOCPATH /usr/share/i18n/locales/musl
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
RUN apk add --no-cache cmake make musl-dev gcc gettext-dev libintl \
RUN apk add --no-cache cmake make musl-dev gcc gettext-dev libintl icu-libs \
&& wget https://gitlab.com/rilian-la-te/musl-locales/-/archive/master/musl-locales-master.zip \
&& unzip musl-locales-master.zip \
&& cd musl-locales-master \