1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2015-05-21 19:04:16 +08:00
parent 04d7658454
commit e7a036d9b7

@ -5,7 +5,8 @@
FROM php:5.6-apache
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
WORKDIR /var/www/html