Include imagemagick in app image

master
Pete Ley 6 months ago
parent b91c267fe1
commit 1c56e422d4

@ -10,6 +10,7 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
libjpeg62-turbo-dev \
zlib1g-dev \
libwebp-dev \
imagemagick \
&& rm -rf /var/lib/apt/lists/*
RUN pip install gunicorn
COPY requirements.txt /

Loading…
Cancel
Save