mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-15 14:03:32 +02:00
Include Freetype to MantisBT image
Freetype is required for captcha images during registration. Signed-off-by: Oleg Kainov <kainov.oleg@gmail.com>
This commit is contained in:
parent
d997b23105
commit
f8d0ee8171
@ -9,8 +9,8 @@ RUN a2enmod rewrite
|
||||
|
||||
RUN set -xe \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y libpng-dev libjpeg-dev libpq-dev libxml2-dev \
|
||||
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& apt-get install -y libfreetype6-dev libpng-dev libjpeg-dev libpq-dev libxml2-dev \
|
||||
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-freetype-dir=/usr \
|
||||
&& docker-php-ext-install gd mbstring mysql mysqli pgsql soap \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user