From 8ab39f26a2fd5a9868487368ab5563f867a93207 Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Fri, 4 Feb 2022 19:58:10 +0530 Subject: [PATCH] Remove dependency install of `agentkeepalive` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78eef7c..b9af525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +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 agentkeepalive npm@latest vega vega-lite vega-cli canvas +RUN npm i -g npm@latest vega vega-lite vega-cli canvas ENTRYPOINT ["python", "/main.py"]