Update debian_mini
This commit is contained in:
parent
76e506f75e
commit
3a9b6ce99c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN useradd -m user && echo "user:password" | chpasswd
|
|||
|
||||
RUN cd /home/user && git clone --depth=1 https://github.com/ArduPilot/ardupilot
|
||||
RUN cd /home/user && chown -R user:user ./ardupilot
|
||||
RUN cd /home/user && ./Tools/gittools/submodule-sync.sh
|
||||
RUN cd /home/user && bash -c './Tools/gittools/submodule-sync.sh'
|
||||
|
||||
COPY --chown=user:user ./examples /home/user/examples
|
||||
RUN chmod -R +x /home/user/examples/lua
|
||||
|
|
Loading…
Add table
Reference in a new issue