From f98ca2d148f413245af6f1c5e82fc6d226cfe991 Mon Sep 17 00:00:00 2001 From: 13xforever Date: Tue, 2 Jun 2020 18:02:29 +0500 Subject: [PATCH] added roboto fonts to the docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03b3d377..9e688051 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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