generated from fahricansecer/boilerplate-be
@@ -13,8 +13,10 @@ RUN dotnet publish -c Release -o /app/publish --no-restore
|
||||
FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine AS runtime
|
||||
WORKDIR /app
|
||||
|
||||
# FFmpeg kurulumu (ARM64 native Alpine paketi)
|
||||
RUN apk add --no-cache ffmpeg font-dejavu
|
||||
# FFmpeg ve Globalization kurulumu (ARM64 native Alpine paketi)
|
||||
RUN apk add --no-cache ffmpeg font-dejavu icu-libs
|
||||
|
||||
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
|
||||
|
||||
# Temp dizin oluştur
|
||||
RUN mkdir -p /tmp/contgen-render
|
||||
|
||||
Reference in New Issue
Block a user