13 lines
293 B
Docker
Raw Normal View History

2018-05-19 20:36:55 +02:00
FROM python:3.6.5-stretch
2018-05-19 21:07:56 +02:00
2018-05-19 20:36:55 +02:00
RUN apt-get --yes --force-yes update -qq \
2018-05-19 21:07:56 +02:00
&& apt-get install --yes gdal-bin jq zip mc \
2018-05-19 20:36:55 +02:00
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install -U SPARQLWrapper
RUN pip3 install -U fiona
RUN pip3 install -U csvtomd
RUN pip3 install -U requests
WORKDIR /ne