Skip to content

Commit

Permalink
can compile native modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jul 24, 2014
1 parent 743422d commit 32b55ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Dockerfile
@@ -1,7 +1,7 @@
from ubuntu:14.04 from ubuntu:14.04


run apt-get update run apt-get update
run apt-get -qy install curl run apt-get -qy install curl git-core build-essential python
run curl -fs https://raw.githubusercontent.com/mafintosh/node-install/master/install | sh run curl -fs https://raw.githubusercontent.com/mafintosh/node-install/master/install | sh
run node-install 0.10.29 run node-install 0.10.29
run npm install -g npm-start@1.3.1 run npm install -g npm-start@1.3.1
Expand Down

0 comments on commit 32b55ad

Please sign in to comment.