commit bd76041a173975138e252d943c841d77e84f579a
parent d94d44a0191b6a7f16cebb4b8b81612f1aaba623
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Mon, 3 Oct 2016 01:17:24 +0200
Update Dockerfile
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -18,7 +18,8 @@ RUN apt-get update && apt-get install -y \
libatlas-base-dev \
gfortran \
python2.7-dev \
- python2.7
+ python2.7 \
+ unzip
# Install Open CV - Warning, this takes absolutely forever
RUN mkdir -p ~/opencv cd ~/opencv && \