From 05a3a515914fc1d09e6a2d6bc5df3679574c0ca6 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sat, 19 May 2018 21:07:56 +0200 Subject: [PATCH] Dockerfile : add zip --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7efc9497..792b67e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.6.5-stretch + RUN apt-get --yes --force-yes update -qq \ - && apt-get install --yes gdal-bin jq mc \ + && apt-get install --yes gdal-bin jq zip mc \ && rm -rf /var/lib/apt/lists/* RUN pip3 install -U SPARQLWrapper