We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3c1c3 commit 18c9070Copy full SHA for 18c9070
Dockerfile
@@ -6,17 +6,17 @@ MAINTAINER mike@mikangali.com
6
7
RUN curl -sL https://deb.nodesource.com/setup | sudo bash - && \
8
apt-get update && \
9
- apt-get install -y nodejs \
+ apt-get install -y nodejs npm \
10
git git-core build-essential \
11
python python-dev python-pip python-virtualenv
12
13
# Install npm package
14
15
-RUN npm install -g bower && \
16
- npm install -g express && \
17
- npm install -g gulp && \
18
- npm install -g grunt-cli && \
19
- npm install -g yo && \
+RUN npm install -g bower && \
+ npm install -g express && \
+ npm install -g gulp && \
+ npm install -g grunt-cli && \
+ npm install -g yo && \
20
npm install -g generator-meanjs && \
21
npm install -g strongloop
22
0 commit comments