FROM nikolaik/python-nodejs:python3.10-nodejs17 RUN apt-get update && apt-get upgrade -y RUN apt-get install ffmpeg -y COPY . /py WORKDIR /py RUN pip3 install -U pip RUN pip3 install -U -r requirements.txt CMD python3 -m program