Skip to content

Commit

Permalink
Fix localization support
Browse files Browse the repository at this point in the history
  • Loading branch information
DiverOfDark authored and impworks committed Jan 2, 2024
1 parent c568682 commit b693eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dotnet publish --output ../out/ --configuration Release --runtime linux-musl

FROM alpine:latest

RUN apk add --no-cache nodejs ffmpeg libintl icu && \
RUN apk add --no-cache nodejs ffmpeg libintl icu icu-data-full && \
apk add --no-cache libgdiplus --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/

WORKDIR /app
Expand Down

0 comments on commit b693eed

Please sign in to comment.