npm i -g agentkeepalive npm@latest

Signed-off-by: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com>
This commit is contained in:
Aravind Nair
2021-04-09 02:42:07 +05:30
parent a5245b1a05
commit f4c156e1e6

View File

@@ -12,7 +12,6 @@ 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
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN npm -g config set user root RUN npm -g config set user root
RUN npm i -g npm RUN npm i -g agentkeepalive npm@latest vega vega-lite vega-cli canvas
RUN npm i -g vega vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"] ENTRYPOINT ["python", "/main.py"]