From c4502600e800c823461acf9ceefbdb168619f222 Mon Sep 17 00:00:00 2001 From: Scriptbash <98601298+Scriptbash@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:36:25 -0400 Subject: [PATCH] move ostrich binary to /usr/local/bin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52e6890..81caad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN apt-get update \ && unzip v21.03.16.zip \ && cd ostrich-21.03.16/make \ && make GCC_MPI \ - && cp OstrichMPI ~/Ostrich \ + && cp OstrichMPI /usr/local/bin \ && rm -R ~/Ostrich/build \ && cd ~ \ && grass -c EPSG:4326 ~/grass_tmp --text --exec g.extension r.clip \