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:
Ramon Roche
2024-11-15 12:26:55 -08:00
committed by GitHub
parent 82ad562be8
commit 381c45b751
+1 -1
View File
@@ -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 '*'