-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
anandkumarpatel
committed
Jan 7, 2015
1 parent
58bbec1
commit afb9754
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |