diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a6b9827 --- /dev/null +++ b/Dockerfile @@ -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