From 90561140c2fafad13dda79948771e4c8111f8576 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Wed, 7 Apr 2021 14:31:07 +0530 Subject: [PATCH] Add FONTCONFIG_PATH env Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1d16072..48c8614 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ ADD make_bar_graph.py /make_bar_graph.py ADD colors.json /colors.json ADD translation.json /translation.json +ENV FONTCONFIG_PATH "/etc/fonts" ENV PATH "$PATH:/home/root/.npm-global/bin" RUN python -m pip install --upgrade pip wheel setuptools