From 5051aea0d0a32d3ab04f1bb7c1d1273b2e976404 Mon Sep 17 00:00:00 2001 From: fabrice Date: Sun, 20 Jan 2019 18:58:53 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3504279..99b4f25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,5 @@ RUN pip install pysph RUN wget https://github.com/matplotlib/basemap/archive/v1.2.0rel.tar.gz RUN tar -xvzf v1.2.0rel.tar.gz RUN rm v1.2.0rel.tar.gz -RUN cd basemap-1.2.0rel & ls +RUN cd basemap-1.2.0rel/ RUN ls \ No newline at end of file