mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-19 17:48:12 +00:00
[PHP-FPM] Add composer
This commit is contained in:
parent
3c1532fe17
commit
3811866ea0
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ RUN apk add -U --no-cache autoconf \
|
|||
&& docker-php-ext-install -j 4 exif gd gettext intl ldap opcache pcntl pdo pdo_mysql soap sockets xmlrpc zip \
|
||||
&& docker-php-ext-configure imap --with-imap --with-imap-ssl \
|
||||
&& docker-php-ext-install -j 4 imap \
|
||||
&& curl --silent --show-error https://getcomposer.org/installer | php \
|
||||
&& mv composer.phar /usr/local/bin/composer \
|
||||
&& chmod +x /usr/local/bin/composer \
|
||||
&& apk del --purge autoconf \
|
||||
cyrus-sasl-dev \
|
||||
freetype-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue