From 47343b7623c8824090c726eda5ea6563519ce97b Mon Sep 17 00:00:00 2001 From: Scisco Date: Tue, 29 Sep 2015 12:59:46 +0200 Subject: [PATCH] change ubuntu version to 14.04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6b9827..2e9d598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.10 +FROM ubuntu:14.04 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