+add composer to php-fpm #2
This commit is contained in:
parent
bc31d2cd81
commit
7d4c40f76d
|
@ -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;
|
Loading…
Reference in New Issue