From c27d55fd35fdd4bcb1b58e5f1d8751d1738b984d Mon Sep 17 00:00:00 2001 From: Tomas Date: Tue, 1 Oct 2024 07:36:39 +0300 Subject: [PATCH] Precreate roboto dir --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8195568..021bcd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,5 +63,6 @@ RUN apt-get update -qq \ && chmod +x /usr/bin/dep \ && groupadd -g 1001 supervisor \ && useradd -m -g 1001 -u 1001 supervisor \ + && mkdir -p /usr/share/fonts/truetype/Roboto \ && cp -r fonts/Roboto /usr/share/fonts/truetype/Roboto \ && fc-cache