We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70b3be commit 4bedb8dCopy full SHA for 4bedb8d
1 file changed
TelegramDownloader/Dockerfile
@@ -6,6 +6,10 @@ WORKDIR /app
6
EXPOSE 80
7
EXPOSE 443
8
9
+# Install ICU libraries for globalization support (required by BlazorBootstrap NumberInput)
10
+RUN apk add --no-cache icu-libs
11
+ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
12
+
13
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
14
ARG BUILD_CONFIGURATION=Release
15
ARG VERSION=0.0.0.0
0 commit comments