Add 'imagemagick' to runtime image

This commit is contained in:
Tom Wiesing 2020-07-07 16:22:49 +02:00
parent a25c12b0fa
commit ddcfeea0c6
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
sudo \
zip unzip \
default-mysql-client \
imagemagick \
&& \
docker-php-source extract && \
docker-php-ext-install \