+upd docker.php-fpm-extra installed 'nodejs', 'npm', 'vue-cli' in npm #2

This commit is contained in:
xdrm-brackets 2018-02-18 18:41:55 +01:00
parent 2b94f97549
commit e5945e97b7
1 changed files with 5 additions and 0 deletions

View File

@ -2,4 +2,9 @@ FROM php:7-fpm
RUN apt-get update; \
apt-get install -y git; \
apt-get install -y gnupg; \
curl -sL https://deb.nodesource.com/setup_9.x | bash -; \
apt-get install -y nodejs build-essential; \
npm install -g npm@latest; \
npm install -g vue-cli; \
docker-php-ext-install -j$(nproc) pdo pdo_mysql;