Dockerfile

This commit is contained in:
Scisco
2015-05-28 08:15:17 +01:00
parent b9802e45c7
commit 575255be80

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:14.10
RUN apt-get -y update
RUN apt-get install --yes python-pip python-numpy python-scipy libgdal-dev libatlas-base-dev gfortran libfreetype6-dev libglib2.0-dev zlib1g-dev python-pycurl
RUN pip install landsat-util