From 7061e15d2f062e482429f478d2b0c27980143ae4 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Wed, 7 Apr 2021 20:54:05 +0530 Subject: [PATCH] Use python3.8-nodejs15 Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0eade8e..806d1a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nikolaik/python-nodejs:python3.8-nodejs15-slim +FROM nikolaik/python-nodejs:python3.8-nodejs15 ADD requirements.txt /requirements.txt ADD main.py /main.py @@ -7,7 +7,6 @@ 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