Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anandkumarpatel committed Jan 7, 2015
1 parent 58bbec1 commit afb9754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-files/api_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM registry.runnable.com/runnable/base:latest

# Node.js @ 10.28
$ npm @ 2.1.8
# npm @ 2.1.8

# install required packages
# lsof: required for open file monitoring
Expand All @@ -17,5 +17,5 @@ RUN wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz \
&& ./configure \
&& make -j16 \
&& make install \
&& npm install -g [email protected].8 \
&& apt-get install lsof
&& npm install -g [email protected].11 \
&& apt-get install lsof

0 comments on commit afb9754

Please sign in to comment.