Skip to content

Commit 9cd1f9f

Browse files
committed
Install latest npm
1 parent 7ccf943 commit 9cd1f9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samson-deployment/latest/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && set -x \
112112
&& pip install docker-compose
113113

114114
# NPM stack
115-
RUN export DEBIAN_FRONTEND=noninteractive && set -x \
115+
RUN npm install -g npm \
116+
&& npm update -g \
116117
&& npm install -g gulp \
117118
&& npm install -g grunt-cli \
118119
&& npm install -g bower \

0 commit comments

Comments
 (0)