From 06c1922996282cec25982cb0073054429cd53980 Mon Sep 17 00:00:00 2001 From: faycal Date: Sat, 22 Mar 2025 21:58:41 +0100 Subject: [PATCH] wip --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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