mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
update
This commit is contained in:
parent
cbf7bfc2bc
commit
f920d9cd8c
@ -10,7 +10,7 @@ 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 fileinfo gd mbstring mysql mysqli pgsql
|
||||
&& docker-php-ext-install gd mbstring mysql mysqli pgsql
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user