From 5d48db4bd09e80fc28549f493bdbb21c9d87d345 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Tue, 22 Sep 2015 19:21:53 +0200 Subject: [PATCH] unpeg version - version in npm should _always_ be stable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2327dd9..3919141 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 apt-get install -y nodejs # 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