commit 393f2de1cd4210b8bebbc020f0a196baa657efcf
parent 506aa7a21eaee6aee6149205f9a61760d84e6710
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Mon, 3 Oct 2016 01:28:25 +0200
Update Dockerfile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -29,9 +29,9 @@ RUN cd ~ && \
git clone https://github.com/Itseez/opencv_contrib.git && \
cd opencv_contrib && \
git checkout 3.1.0 && \
+ cd ~/opencv && \
mkdir build && \
cd build && \
- cd ~/opencv && \
cmake \
-D CMAKE_INSTALL_PREFIX=/usr/local \
-D INSTALL_C_EXAMPLES=OFF \