Update debian_mini - drop git clone during testing to make it smaller
This commit is contained in:
parent
da183b67d5
commit
3e1146ef28
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN python3 -m pip install empy==3.3.4
|
|||
|
||||
# leave enough to hopefully buld sitl.
|
||||
RUN echo "getting some ardupilot sources..."
|
||||
RUN cd /home/user && git clone --depth=1 --recurse-submodules --shallow-submodules https://github.com/ArduPilot/ardupilot
|
||||
#RUN cd /home/user && git clone --depth=1 --recurse-submodules --shallow-submodules https://github.com/ArduPilot/ardupilot
|
||||
RUN rm -rf /home/user/ardupilot/modules/gsoap
|
||||
RUN rm -rf /home/user/ardupilot/modules/CrashDebug
|
||||
RUN rm -rf /home/user/ardupilot/modules/gbenchmark
|
||||
|
|
Loading…
Add table
Reference in a new issue