apt-get update

This commit is contained in:
Scisco
2016-02-18 01:06:43 -05:00
parent aa20cf713a
commit d2c0fafd83

View File

@@ -1,5 +1,6 @@
FROM developmentseed/landsat-util:dev
ADD . /test
RUN apt-get -y update
RUN apt-get install --yes git-core
RUN cd /test && pip install -r requirements/docker.txt
RUN pip install pdoc>=0.3.1 nose>=1.3.7 coverage>=4.0 Sphinx>=1.3.1 wheel>=0.26.0 mock>=1.3.0