Merge pull request #140 from yewjs/patch-1

Update Dockerfile-70
This commit is contained in:
Mahmoud Zalt 2016-07-13 15:50:31 +03:00 committed by GitHub
commit aeb5a6bb63

View File

@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
libpq-dev \
libmemcached-dev \
curl \
libjpeg-dev \
libpng12-dev \
libfreetype6-dev \
libssl-dev \
@ -25,6 +26,7 @@ RUN pecl install mongodb
# configure gd library
RUN docker-php-ext-configure gd \
--enable-gd-native-ttf \
--with-jpeg-dir=/usr/lib \
--with-freetype-dir=/usr/include/freetype2
# Install extensions using the helper script provided by the base image