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