diff --git a/Dockerfile b/Dockerfile index 13f6821f..7f2d1757 100755 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ ADD app/requirements.txt /requirements.txt RUN pip install --default-timeout=100 --no-cache-dir -q -r requirements.txt FROM python:3.8-slim -RUN apt-get update && apt-get install -y --no-install-recommends imagemagick +RUN apt-get update +RUN apt-get install -y --no-install-recommends imagemagick RUN apt-get autoremove -y RUN apt-get purge -y --auto-remove RUN rm -rf /var/lib/apt/lists/* /root