Skip to content

Commit

Permalink
move Raven executable 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 c450260 commit aa88cac
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 @@ -55,7 +55,7 @@ RUN apt-get update \
&& sed -i 's/^CXXFLAGS += -std=c++11/#&/' Makefile \
&& sed -i '/Options.pause =true;/c\Options.pause =false;' RavenMain.cpp \
&& make \
&& cp Raven.exe ~/Raven \
&& cp Raven.exe /usr/local/bin \
&& rm -R ~/Raven/build \
&& cd ~/Ostrich/build \
&& wget --secure-protocol=TLSv1_2 https://github.com/usbr/ostrich/archive/refs/tags/v21.03.16.zip \
Expand Down

0 comments on commit aa88cac

Please sign in to comment.