Skip to content

Commit

Permalink
ci: Another attempt at fixing localization in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vyruz1986 committed Oct 6, 2023
1 parent 8c83599 commit 8f7e5c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HaSpMan.Web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ WORKDIR /src/Web
RUN dotnet publish -c Release -o /app

FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
RUN apk add --no-cache icu-libs icu-data-full
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
ENV LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
WORKDIR /app
COPY --from=build /app .

Expand Down

0 comments on commit 8f7e5c3

Please sign in to comment.