diff --git a/Dockerfile b/Dockerfile index c4c34bd..1b7ad41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,11 @@ FROM python:3.9 RUN apt update && apt upgrade -y RUN apt install python3-pip -y RUN apt install ffmpeg -y +RUN apt-get install npm RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs +RUN npm install -g npm@7.22.0 RUN npm i -g npm COPY . /py