ENV FONTCONFIG_PATH=/etc/fonts

Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com>
This commit is contained in:
Aravind Nair
2021-04-07 19:27:56 +05:30
parent 90561140c2
commit 7ee05afcf4

View File

@@ -7,7 +7,7 @@ ADD make_bar_graph.py /make_bar_graph.py
ADD colors.json /colors.json ADD colors.json /colors.json
ADD translation.json /translation.json ADD translation.json /translation.json
ENV FONTCONFIG_PATH "/etc/fonts" ENV FONTCONFIG_PATH=/etc/fonts
ENV PATH "$PATH:/home/root/.npm-global/bin" ENV PATH "$PATH:/home/root/.npm-global/bin"
RUN python -m pip install --upgrade pip wheel setuptools RUN python -m pip install --upgrade pip wheel setuptools