🐛 Trying to fix skia sharp inside the docker
This commit is contained in:
parent
44b309878b
commit
4e5ad12e36
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user