Update 'Dockerfile'

This commit is contained in:
fabrice 2019-01-20 19:07:48 +00:00
parent 5051aea0d0
commit f956fb9d16

View File

@ -15,5 +15,5 @@ RUN pip install pysph
RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz
RUN tar -xvzf v1.2.0rel.tar.gz RUN tar -xvzf v1.2.0rel.tar.gz
RUN rm v1.2.0rel.tar.gz RUN rm v1.2.0rel.tar.gz
RUN cd basemap-1.2.0rel/ RUN cd basemap-1.2.0rel/ && ls
RUN ls RUN ls