bump version

This commit is contained in:
Peter Braden 2020-03-10 09:25:25 +00:00
parent a71073af34
commit 825d76e4cd

View File

@ -5,7 +5,7 @@ run apt-get install -y software-properties-common python-software-properties
run add-apt-repository -y ppa:kubuntu-ppa/backports
run apt-get update
run apt-get install -y libcv-dev libcvaux-dev libhighgui-dev libopencv-dev
run curl -sL https://deb.nodesource.com/setup_6.x | bash -
run curl -sL https://deb.nodesource.com/setup_12.x | bash -
run apt-get install -y nodejs
WORKDIR /root/node-opencv
add . /root/node-opencv