diff --git a/Dockerfile b/Dockerfile index d73a1ee..fb057e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0 +RUN apt-get install -y libfreetype6 +RUN apt-get install -y libfontconfig1 + ADD dist /app WORKDIR /app