Use python3.8-nodejs15

Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com>
This commit is contained in:
Aravind Nair
2021-04-07 20:54:05 +05:30
parent 7ee05afcf4
commit 7061e15d2f

View File

@@ -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 requirements.txt /requirements.txt
ADD main.py /main.py ADD main.py /main.py
@@ -7,7 +7,6 @@ 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 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