Skip to content

Commit 4bedb8d

Browse files
committed
fix: culture error solve
1 parent c70b3be commit 4bedb8d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TelegramDownloader/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ WORKDIR /app
66
EXPOSE 80
77
EXPOSE 443
88

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+
913
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build
1014
ARG BUILD_CONFIGURATION=Release
1115
ARG VERSION=0.0.0.0

0 commit comments

Comments
 (0)