Skip to content

Commit

Permalink
ci: Add internationalization libs to docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
vyruz1986 committed Oct 6, 2023
1 parent 4d1edb8 commit 8c83599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HaSpMan.Web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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
WORKDIR /app
COPY --from=build /app .

Expand Down

0 comments on commit 8c83599

Please sign in to comment.