This commit is contained in:
faycal 2025-03-22 21:58:41 +01:00
parent c408a544fb
commit 06c1922996

View File

@ -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