From f4c156e1e692d2d0623261fe1ba578e3a4308133 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Fri, 9 Apr 2021 02:42:07 +0530 Subject: [PATCH] npm i -g agentkeepalive npm@latest 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 f62c316..c3d6754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,6 @@ ENV PATH "$PATH:/home/root/.npm-global/bin" RUN python -m pip install --upgrade pip wheel setuptools RUN pip install -r requirements.txt RUN npm -g config set user root -RUN npm i -g npm -RUN npm i -g vega vega-lite vega-cli canvas +RUN npm i -g agentkeepalive npm@latest vega vega-lite vega-cli canvas ENTRYPOINT ["python", "/main.py"]