mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add gmp
This commit is contained in:
parent
e31c9d691a
commit
076039d009
1 changed files with 2 additions and 1 deletions
|
|
@ -33,9 +33,10 @@ RUN apt-get update \
|
||||||
libonig-dev \
|
libonig-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
libsmbclient-dev \
|
libsmbclient-dev \
|
||||||
|
libgmp-dev \
|
||||||
&& /configure_gd.sh \
|
&& /configure_gd.sh \
|
||||||
&& docker-php-ext-install gd \
|
&& docker-php-ext-install gd \
|
||||||
&& docker-php-ext-install iconv zip pdo pdo_pgsql pdo_sqlite pgsql pdo_mysql intl curl mbstring pcntl ldap exif \
|
&& docker-php-ext-install iconv zip pdo pdo_pgsql pdo_sqlite pgsql pdo_mysql intl curl mbstring pcntl ldap exif gmp \
|
||||||
&& pecl install inotify \
|
&& pecl install inotify \
|
||||||
&& pecl install smbclient \
|
&& pecl install smbclient \
|
||||||
&& pecl install imagick \
|
&& pecl install imagick \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue