Removed imagick (now included in base fpm-alpine image)
This commit is contained in:
parent
fa960f9453
commit
52564fae15
|
@ -16,9 +16,6 @@ RUN set -ex; \
|
|||
apk add --no-cache libsmbclient; \
|
||||
pecl install 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 del .build-deps
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
docker build \
|
||||
docker build $1\
|
||||
-t bkraul/nextcloud:latest \
|
||||
-t bkraul/nextcloud:fpm-alpine \
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue
Block a user