commit 6f25d7d1b61c235f77185c6f51a96c3134b6a5f7
parent f16a698655df72027f857e99cb4931f1194b1815
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Sun, 2 Oct 2016 21:05:37 +0200
Update Dockerfile
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -51,7 +51,8 @@ RUN mkdir -p ~/opencv cd ~/opencv && \
-DBUILD_EXAMPLES=ON .. && \
make -j4 && \
make install && \
- ldconfig
+ ldconfig && \
+ cd ../.. && rm -R OpenCV
COPY requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt