Update Dockerfile

This commit is contained in:
McCloudS
2024-11-22 16:12:53 -07:00
committed by GitHub
parent 5ec7ca6e3f
commit 53b9f1b872

View File

@@ -9,6 +9,7 @@ RUN apt-get update \
python3 \
python3-pip \
ffmpeg \
git \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install -r requirements.txt