Don't keep development packages in php-fpm image.

master
Michael Kuron 2017-06-12 17:06:57 +02:00 committed by GitHub
parent 5aa2ded331
commit d6c9f96b4e
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 \