diff --git a/Dockerfile b/Dockerfile index 4888f6b..4c887ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,11 @@ RUN chmod 777 /MoneyPrinterTurbo ENV PYTHONPATH="/MoneyPrinterTurbo" # Install system dependencies -RUN apt-get update && apt-get install -y \ +RUN apt-get update && apt-get install -y --no-install-recommends \ git \ imagemagick \ ffmpeg \ + && apt-get clean \ && rm -rf /var/lib/apt/lists/* # Fix security policy for ImageMagick