mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 09:10:58 +08:00
also add libheif-dev
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6fdc539ff4
commit
44fb8368bf
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ if [ -n "$ADDITIONAL_PHP_EXTENSIONS" ]; then
|
|||
# shellcheck disable=SC2086
|
||||
if [ "$PHP_DEPS_ARE_INSTALLED" != 1 ]; then
|
||||
echo "Installing PHP build dependencies..."
|
||||
if ! apk add --no-cache --virtual .build-deps libxml2-dev freetype-dev fontconfig-dev imagemagick-dev autoconf $PHPIZE_DEPS >/dev/null; then
|
||||
if ! apk add --no-cache --virtual .build-deps libxml2-dev libheif-dev freetype-dev fontconfig-dev imagemagick-dev autoconf $PHPIZE_DEPS >/dev/null; then
|
||||
echo "Could not install build-deps!"
|
||||
fi
|
||||
PHP_DEPS_ARE_INSTALLED=1
|
||||
|
|
Loading…
Reference in a new issue