mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Dockerfile: px4-dev container no sim tools for now
- we need to keep the total size reasonable for CI builds that will use this image
This commit is contained in:
parent
82ad562be8
commit
381c45b751
@ -19,7 +19,7 @@ COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||
COPY requirements.txt /tmp/requirements.txt
|
||||
COPY ubuntu.sh /tmp/ubuntu.sh
|
||||
RUN touch /.dockerenv
|
||||
RUN bash /tmp/ubuntu.sh
|
||||
RUN bash /tmp/ubuntu.sh --no-sim-tools
|
||||
|
||||
RUN git config --global --add safe.directory '*'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user