mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-28 12:36:52 +00:00
Don't keep development packages in php-fpm image.
This commit is contained in:
parent
5aa2ded331
commit
d6c9f96b4e
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue