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:
commit
3b6a6f677d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user