diff --git a/Dockerfile b/Dockerfile index 2ff5aad..5b94aac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN dotnet publish -c Release -o out # Run FROM mcr.microsoft.com/dotnet/runtime:7.0 +RUN apt-get update && apt-get install -y libgdiplus WORKDIR /app COPY --from=build /app/out . CMD dotnet huisbot.dll \ No newline at end of file