mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-29 21:47:14 +02:00
update
This commit is contained in:
parent
f7784713a8
commit
f9296647a7
@ -5,12 +5,8 @@
|
||||
FROM php:5.6-apache
|
||||
MAINTAINER kev<noreply@datageek.info>
|
||||
|
||||
RUN a2enmod rewrite
|
||||
|
||||
RUN apt-get update && apt-get install -y bzip2 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 pgsql
|
||||
RUN apt-get update && apt-get install -y unzip bzip2 && rm -rf /var/lib/apt/lists/* \
|
||||
&& docker-php-ext-install mysqli pgsql
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user