Update npm to latest

Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com>
This commit is contained in:
Aravind Nair
2021-04-07 14:17:00 +05:30
parent aaefc76fae
commit dd58fc822b

View File

@@ -11,6 +11,7 @@ ENV PATH "$PATH:/home/root/.npm-global/bin"
RUN pip install -r requirements.txt
RUN npm -g config set user root
RUN npm i -g npm@latest
RUN npm i -g vega vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"]