From ba9133169aa1bb7841fc893d8137c5408003ec1a Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Wed, 7 Apr 2021 14:24:58 +0530 Subject: [PATCH] Upgrade pip, wheel & setuptools before installing 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 e26c78c..1d16072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ADD translation.json /translation.json 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@latest