diff --git a/Dockerfile b/Dockerfile index 22faba6..6b324d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.9.7-slim-buster RUN apt-get update && apt-get upgrade -y && \ apt-get install -y nodejs \ npm -RUN apt-get install npm +RUN apt-get install npm -y RUN apt-get install git curl python3-pip ffmpeg -y RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN apt-get install -y nodejs