Skip to content

Commit 18c9070

Browse files
committed
OPTIMISATIONS
1 parent 9c3c1c3 commit 18c9070

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ MAINTAINER mike@mikangali.com
66

77
RUN curl -sL https://deb.nodesource.com/setup | sudo bash - && \
88
apt-get update && \
9-
apt-get install -y nodejs \
9+
apt-get install -y nodejs npm \
1010
git git-core build-essential \
1111
python python-dev python-pip python-virtualenv
1212

1313
# Install npm package
1414

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 && \
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 && \
2020
npm install -g generator-meanjs && \
2121
npm install -g strongloop
2222

0 commit comments

Comments
 (0)