Restored installation of imagemagick package due to no formats being supported
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user