+add composer to php-fpm #2

This commit is contained in:
xdrm-brackets 2018-02-19 23:07:29 +01:00
parent bc31d2cd81
commit 7d4c40f76d
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ RUN apt-get update; \
apt-get install -y nodejs build-essential; \
npm install -g npm@latest; \
npm install -g vue-cli; \
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer; \
docker-php-ext-install -j$(nproc) pdo pdo_mysql opcache;