Fix Docker

This commit is contained in:
JonatanRek
2024-10-05 21:25:45 +02:00
parent fe091bd8ec
commit ca0af74495
+1 -3
View File
@@ -4,9 +4,7 @@ FROM python:latest
# Install Additional System Dependencies # Install Additional System Dependencies
RUN apt-get update && apt-get upgrade -y RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y \ RUN apt-get install -y \
ffmpeg \ libgl1
libsm6 \
libxext6
# Clear cache # Clear cache
RUN apt-get autoremove RUN apt-get autoremove