mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
fix? php8 imagettf
This commit is contained in:
parent
b4aec684c6
commit
7e57213588
1 changed files with 2 additions and 1 deletions
|
|
@ -33,10 +33,11 @@ RUN apt-get update \
|
||||||
--enable-gd \
|
--enable-gd \
|
||||||
--with-jpeg \
|
--with-jpeg \
|
||||||
--with-freetype \
|
--with-freetype \
|
||||||
|
&& docker-php-ext-install gd \
|
||||||
&& mkdir -p /usr/src/php/ext/imagick \
|
&& 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 \
|
&& 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 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 inotify \
|
||||||
&& pecl install smbclient \
|
&& pecl install smbclient \
|
||||||
&& apt-get remove -y \
|
&& apt-get remove -y \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue