From 668f8611672ddf2e39116b106fee23d45be8bf6c Mon Sep 17 00:00:00 2001 From: minisbett <39670899+minisbett@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:26:18 +0100 Subject: [PATCH] Hotfix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e64b583..f8ad117 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN dotnet publish -c Release -o out # Run FROM mcr.microsoft.com/dotnet/runtime:7.0 -RUN apt-get install -y libgdiplus # for scottplot +RUN apt-get install -y libgdiplus WORKDIR /app COPY --from=build /app/out . CMD dotnet huisbot.dll \ No newline at end of file