Skip to content

Commit

Permalink
Hotfix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minisbett committed Dec 31, 2023
1 parent 8db195b commit 668f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 668f861

Please sign in to comment.