1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

fix? php8 imagettf

This commit is contained in:
Robin Appelman 2021-04-27 15:40:17 +02:00
commit 7e57213588

View file

@ -33,10 +33,11 @@ RUN apt-get update \
--enable-gd \
--with-jpeg \
--with-freetype \
&& docker-php-ext-install gd \
&& mkdir -p /usr/src/php/ext/imagick \
&& curl -fsSL https://github.com/Imagick/imagick/archive/06116aa24b76edaf6b1693198f79e6c295eda8a9.tar.gz | tar xvz -C "/usr/src/php/ext/imagick" --strip 1 \
&& docker-php-ext-install imagick \
&& docker-php-ext-install iconv zip pdo pdo_pgsql pdo_sqlite pgsql pdo_mysql intl curl mbstring gd pcntl ldap \
&& docker-php-ext-install iconv zip pdo pdo_pgsql pdo_sqlite pgsql pdo_mysql intl curl mbstring pcntl ldap \
&& pecl install inotify \
&& pecl install smbclient \
&& apt-get remove -y \