Removed imagick (now included in base fpm-alpine image)

This commit is contained in:
bkraul 2018-12-14 07:39:48 -06:00
parent fa960f9453
commit 52564fae15
2 changed files with 1 additions and 4 deletions

View File

@ -16,9 +16,6 @@ RUN set -ex; \
apk add --no-cache libsmbclient; \ apk add --no-cache libsmbclient; \
pecl install smbclient; \ pecl install smbclient; \
docker-php-ext-enable smbclient; \ docker-php-ext-enable smbclient; \
apk add --no-cache imagemagick; \
pecl install imagick ; \
docker-php-ext-enable imagick; \
apk add --no-cache sudo; \ apk add --no-cache sudo; \
apk del .build-deps apk del .build-deps

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
docker build \ docker build $1\
-t bkraul/nextcloud:latest \ -t bkraul/nextcloud:latest \
-t bkraul/nextcloud:fpm-alpine \ -t bkraul/nextcloud:fpm-alpine \
. .