ugh docker images were moved for .net 5

This commit is contained in:
13xforever 2020-11-11 00:05:13 +05:00
parent a0a7c3a46f
commit dbe868f31d

View File

@ -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