mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
fix
This commit is contained in:
parent
5f8f635aae
commit
f1edd7ce6a
@ -10,7 +10,8 @@ RUN a2enmod rewrite
|
||||
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-install gd mysqli mbstring
|
||||
&& docker-php-ext-install gd mysqli mbstring \
|
||||
&& docker-php-ext-configure mysqli
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user