Skip to content

Commit

Permalink
move ostrich binary to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Scriptbash committed Nov 2, 2023
1 parent 4aeb3fe commit c450260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c450260

Please sign in to comment.