File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 44# 2) Build: wget https://raw.github.com/dotcloud/docker/v0.1.6/contrib/docker-build/docker-build && python docker-build $USER/node-opencv < Dockerfile
55# 3) Test: docker run $USER/node-opencv node -e "console.log(require('opencv').version)"
66#
7- # VERSION 0.1
8- # DOCKER-VERSION 0.1.6
7+ # VERSION 0.2
8+ # DOCKER-VERSION 1.8.2
99
10- from ubuntu:12.04
10+ # update to 14.04, but lock versions at 12.04 for now
11+ from ubuntu:14.04
1112run apt-get update -qq
1213run apt-get install -y software-properties-common python-software-properties
1314run add-apt-repository -y ppa:kubuntu-ppa/backports
1415run apt-get update
1516run apt-get install -y libcv-dev libcvaux-dev libhighgui-dev libopencv-dev
1617run curl -sL https://deb.nodesource.com/setup | bash -
1718run apt-get install -y nodejs
18- run npm install opencv || cat npm-debug.log
19+ run npm install opencv@3.2.0 || cat npm-debug.log
You can’t perform that action at this time.
0 commit comments