From 480097d157ab19000b972fb46e31af8bc57b6fde Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Thu, 27 Nov 2014 18:19:32 +0100 Subject: [PATCH] fix --- opencv/2/Dockerfile | 2 +- opencv/3/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opencv/2/Dockerfile b/opencv/2/Dockerfile index 8f30460..73c1e28 100644 --- a/opencv/2/Dockerfile +++ b/opencv/2/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Johannes Schickling "schickling.j@gmail.com" ENV opencv_version "2.4.10.1" -ADD install.sh install.sh +ADD ../install.sh install.sh RUN chmod +x install.sh && ./install.sh && rm install.sh VOLUME ["/source"] diff --git a/opencv/3/Dockerfile b/opencv/3/Dockerfile index c09d9d1..22a9330 100644 --- a/opencv/3/Dockerfile +++ b/opencv/3/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Johannes Schickling "schickling.j@gmail.com" ENV opencv_version "3.0.0-beta" -ADD install.sh install.sh +ADD ../install.sh install.sh RUN chmod +x install.sh && ./install.sh && rm install.sh VOLUME ["/source"]