FROM python:3.9-slim ADD main.py . COPY ffmpeg-n8.0-latest-linux64-lgpl-8.0/bin/* /usr/bin #RUN pip install ffpb && wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n8.0-latest-linux64-lgpl-8.0.tar.xz && tar -xvf ffmpeg-n8.0-latest-linux64-lgpl-8.0.tar.xz && mv ffmpeg-n8.0-latest-linux64-lgpl-8.0/bin/* /usr/bin/ RUN pip install ffpb ENTRYPOINT ["python", "main.py"]