We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b752c1b commit 460228bCopy full SHA for 460228b
Dockerfile
@@ -26,7 +26,7 @@ FROM mcr.microsoft.com/dotnet/runtime:9.0.0-alpine3.20
26
LABEL com.centurylinklabs.watchtower.enable=true
27
WORKDIR /app
28
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
29
-RUN apk add --no-cache git redis openssh
+RUN apk add --no-cache git redis openssh icu-libs
30
RUN git config --global --add safe.directory /app/Lists/Private
31
COPY --from=build-env /app/out .
32
ADD Lists ./Lists
0 commit comments