From 7ee05afcf4bc6c699cc220535803aa27e3b49e93 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Wed, 7 Apr 2021 19:27:56 +0530 Subject: [PATCH] ENV FONTCONFIG_PATH=/etc/fonts Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48c8614..0eade8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +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 FONTCONFIG_PATH=/etc/fonts ENV PATH "$PATH:/home/root/.npm-global/bin" RUN python -m pip install --upgrade pip wheel setuptools