+upd docker.php-fpm-extra installed 'nodejs', 'npm', 'vue-cli' in npm #2
This commit is contained in:
parent
2b94f97549
commit
e5945e97b7
|
@ -2,4 +2,9 @@ FROM php:7-fpm
|
||||||
|
|
||||||
RUN apt-get update; \
|
RUN apt-get update; \
|
||||||
apt-get install -y git; \
|
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;
|
docker-php-ext-install -j$(nproc) pdo pdo_mysql;
|
Loading…
Reference in New Issue