Merge pull request #352 from mkuron/patch-1

Don't keep development packages in php-fpm image.
master
André Peters 2017-06-12 17:09:51 +02:00 committed by GitHub
commit 3b6a6f677d
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ RUN apk add -U --no-cache libxml2-dev \
g++ \
make \
openssl
RUN pecl install redis \
&& pecl install redis \
&& pecl clear-cache \
&& docker-php-ext-configure intl \
&& docker-php-ext-install intl pdo pdo_mysql xmlrpc \