unpeg version - version in npm should _always_ be stable

This commit is contained in:
Peter Braden 2015-09-22 19:21:53 +02:00
parent 1d64a67724
commit 5d48db4bd0

View File

@ -17,4 +17,4 @@ run apt-get install -y libcv-dev libcvaux-dev libhighgui-dev libopencv-dev
run curl -sL https://deb.nodesource.com/setup | bash - run curl -sL https://deb.nodesource.com/setup | bash -
run apt-get install -y nodejs run apt-get install -y nodejs
# ensure npm installs at v3.2.0 vice tip # ensure npm installs at v3.2.0 vice tip
run npm install opencv@3.2.0 || cat npm-debug.log run npm install opencv || cat npm-debug.log