let's try to unbreak docker image building the easier way

This commit is contained in:
13xforever 2021-01-27 21:57:45 +05:00
parent 7702f7a610
commit 26e5a2f0fd

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS base
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS base
# Native libgdiplus dependencies
RUN apt-get update
RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto