mirror of
https://github.com/oDinZu/natural-earth-vector.git
synced 2025-02-22 00:04:57 -05:00
Dockerfile : add zip
This commit is contained in:
parent
440bf01a8c
commit
05a3a51591
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user