mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:48:55 +02:00
update
This commit is contained in:
parent
e7a036d9b7
commit
25d6399858
@ -5,9 +5,10 @@
|
||||
FROM php:5.6-apache
|
||||
MAINTAINER kev<noreply@datageek.info>
|
||||
|
||||
RUN apt-get update && apt-get install -y curl unzip bzip2 libpq-dev \
|
||||
RUN apt-get update && apt-get install -y curl unzip bzip2 libpq-dev libpng12-dev libjpeg-dev \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& docker-php-ext-install mysqli pgsql
|
||||
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-install gd mysqli pgsql
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user