mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
use released imagick
This commit is contained in:
parent
8a43282fc9
commit
eb0f12381a
1 changed files with 1 additions and 3 deletions
|
|
@ -34,12 +34,10 @@ RUN apt-get update \
|
||||||
--with-jpeg \
|
--with-jpeg \
|
||||||
--with-freetype \
|
--with-freetype \
|
||||||
&& docker-php-ext-install gd \
|
&& 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 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 \
|
||||||
|
&& pecl install imagick \
|
||||||
&& apt-get remove -y \
|
&& apt-get remove -y \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
libjpeg62-turbo-dev \
|
libjpeg62-turbo-dev \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue