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