This commit is contained in:
JonatanRek
2024-12-24 00:46:21 +01:00
parent fb17d6185f
commit e1af934979
+2 -1
View File
@@ -6,7 +6,8 @@ ENV PYTHONUNBUFFERED=1
# 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 \
libgl1 libgl1 \
nano
# Clear cache # Clear cache
RUN apt-get autoremove RUN apt-get autoremove