We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a31aac commit b752c1bCopy full SHA for b752c1b
Dockerfile
@@ -25,6 +25,7 @@ RUN touch dummy.txt && \
25
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
30
RUN git config --global --add safe.directory /app/Lists/Private
31
COPY --from=build-env /app/out .
0 commit comments