Restored installation of imagemagick package due to no formats being supported

master
bkraul 2019-05-23 09:30:47 -05:00
parent ef0b5a1040
commit 8d2f46222f
1 changed files with 1 additions and 1 deletions

View File

@ -11,11 +11,11 @@ RUN set -ex; \
php7-dev \
re2c \
samba-dev \
imagemagick-dev \
zlib-dev; \
apk add --no-cache libsmbclient; \
pecl install smbclient; \
docker-php-ext-enable smbclient; \
apk add --no-cache imagemagick; \
apk add --no-cache sudo; \
apk del .build-deps