mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
fix
This commit is contained in:
parent
04d7658454
commit
e7a036d9b7
@ -5,7 +5,8 @@
|
|||||||
FROM php:5.6-apache
|
FROM php:5.6-apache
|
||||||
MAINTAINER kev<noreply@datageek.info>
|
MAINTAINER kev<noreply@datageek.info>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y unzip bzip2 && rm -rf /var/lib/apt/lists/* \
|
RUN apt-get update && apt-get install -y curl unzip bzip2 libpq-dev \
|
||||||
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& docker-php-ext-install mysqli pgsql
|
&& docker-php-ext-install mysqli pgsql
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
Loading…
Reference in New Issue
Block a user