mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 10:19:39 +00:00
ugh docker images were moved for .net 5
This commit is contained in:
parent
a0a7c3a46f
commit
dbe868f31d
@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:5.0 AS base
|
||||
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS base
|
||||
# Native libgdiplus dependencies
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto
|
||||
|
Loading…
Reference in New Issue
Block a user