Skip to content

Commit 460228b

Browse files
Dockerfile: Install ICU libs package
1 parent b752c1b commit 460228b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ FROM mcr.microsoft.com/dotnet/runtime:9.0.0-alpine3.20
2626
LABEL com.centurylinklabs.watchtower.enable=true
2727
WORKDIR /app
2828
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
29-
RUN apk add --no-cache git redis openssh
29+
RUN apk add --no-cache git redis openssh icu-libs
3030
RUN git config --global --add safe.directory /app/Lists/Private
3131
COPY --from=build-env /app/out .
3232
ADD Lists ./Lists

0 commit comments

Comments
 (0)