🐛 Trying to fix skia sharp inside the docker

This commit is contained in:
LittleSheep 2025-05-23 02:17:44 +08:00
parent 44b309878b
commit 4e5ad12e36

View File

@ -4,6 +4,13 @@ WORKDIR /app
EXPOSE 8080
EXPOSE 8081
RUN apt-get update && apt-get install -y \
libfontconfig1 \
libfreetype6 \
libpng-dev \
libharfbuzz0b \
libgif7
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src