Skip to content

Commit

Permalink
Merge pull request #1624 from nextcloud/fix/noid/avatar-generation
Browse files Browse the repository at this point in the history
add freetype-dev and fontconfig-dev for compiliing imagick
  • Loading branch information
szaimen authored Dec 29, 2022
2 parents 417c677 + b684e8d commit 6fdc539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/nextcloud/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 imagemagick-dev autoconf $PHPIZE_DEPS >/dev/null; then
if ! apk add --no-cache --virtual .build-deps libxml2-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
Expand Down

0 comments on commit 6fdc539

Please sign in to comment.