We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bbec1 commit afb9754Copy full SHA for afb9754
docker-files/api_base/Dockerfile
@@ -6,7 +6,7 @@
6
FROM registry.runnable.com/runnable/base:latest
7
8
# Node.js @ 10.28
9
-$ npm @ 2.1.8
+# npm @ 2.1.8
10
11
# install required packages
12
# lsof: required for open file monitoring
@@ -17,5 +17,5 @@ RUN wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz \
17
&& ./configure \
18
&& make -j16 \
19
&& make install \
20
- && npm install -g npm@2.1.8 \
21
- && apt-get install lsof
+ && npm install -g npm@2.1.11 \
+ && apt-get install lsof
0 commit comments