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 7ccf943 commit 9cd1f9fCopy full SHA for 9cd1f9f
samson-deployment/latest/Dockerfile
@@ -112,7 +112,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && set -x \
112
&& pip install docker-compose
113
114
# NPM stack
115
-RUN export DEBIAN_FRONTEND=noninteractive && set -x \
+RUN npm install -g npm \
116
+ && npm update -g \
117
&& npm install -g gulp \
118
&& npm install -g grunt-cli \
119
&& npm install -g bower \
0 commit comments