added roboto fonts to the docker image

This commit is contained in:
13xforever
2020-06-02 18:02:29 +05:00
parent dbfb8b94e1
commit f98ca2d148

View File

@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS base
# Native libgdiplus dependencies
RUN apt-get update
RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev
RUN apt-get install -y --allow-unauthenticated libc6-dev libgdiplus libx11-dev fonts-roboto
RUN rm -rf /var/lib/apt/lists/*
RUN ln -s /lib/x86_64-linux-gnu/libdl-2.24.so /lib/x86_64-linux-gnu/libdl.so
# Regular stuff