1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

Merge pull request #352 from mkuron/patch-1

Don't keep development packages in php-fpm image.
This commit is contained in:
André Peters 2017-06-12 17:09:51 +02:00 committed by GitHub
commit 3b6a6f677d

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 \