From dd58fc822badf15542b00439d58baefad34457fa Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Wed, 7 Apr 2021 14:17:00 +0530 Subject: [PATCH] Update npm to latest Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e699fab..e26c78c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]