diff --git a/Dockerfile b/Dockerfile index 605becdb..2d97e80b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc RUN apt-get update RUN apt-get -y install nodejs npm +RUN pip install setuptools # Install Packages RUN npm install