mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
make sure scripts are executable
This commit is contained in:
parent
c9628e09c8
commit
6aad9956ce
|
@ -35,6 +35,8 @@ RUN apt update
|
|||
RUN apt -y install sudo zsh
|
||||
RUN apt -y dist-upgrade
|
||||
RUN mkdir -p build-sol2/Debug build-sol2/Release
|
||||
RUN chmod +x /sol2/scripts/preparation.linux.sh
|
||||
RUN chmod +x /sol2/scripts/run.linux.sh
|
||||
RUN ["/usr/bin/env", "zsh", "-c", "./sol2/scripts/preparation.linux.sh"]
|
||||
# CMD/ENTRYPOINT is different from RUN
|
||||
# these are done on a per-instantiation and essentially describe
|
||||
|
|
Loading…
Reference in New Issue
Block a user