Dockerfile : add zip

This commit is contained in:
ImreSamu 2018-05-19 21:07:56 +02:00
parent 440bf01a8c
commit 05a3a51591

View File

@ -1,6 +1,7 @@
FROM python:3.6.5-stretch FROM python:3.6.5-stretch
RUN apt-get --yes --force-yes update -qq \ 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/* && rm -rf /var/lib/apt/lists/*
RUN pip3 install -U SPARQLWrapper RUN pip3 install -U SPARQLWrapper