From e9591cb70eea6af245f32d36ce70718a1e9f9eec Mon Sep 17 00:00:00 2001 From: stelzo Date: Sun, 23 Jun 2024 19:25:00 +0200 Subject: [PATCH] override pip sys deps for colcon --- tests/Dockerfile_rclrs_jazzy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Dockerfile_rclrs_jazzy b/tests/Dockerfile_rclrs_jazzy index a8263c1..649de22 100644 --- a/tests/Dockerfile_rclrs_jazzy +++ b/tests/Dockerfile_rclrs_jazzy @@ -18,8 +18,8 @@ RUN apt-get install -y \ RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | bash -s -- -y RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc RUN . $HOME/.cargo/env && cargo install --debug cargo-ament-build -RUN python3 -m pip install git+https://github.com/colcon/colcon-cargo.git -RUN python3 -m pip install git+https://github.com/colcon/colcon-ros-cargo.git +RUN pip install --break-system-packages git+https://github.com/colcon/colcon-cargo.git +RUN pip install --break-system-packages git+https://github.com/colcon/colcon-ros-cargo.git WORKDIR /ros2_rust_build RUN git clone https://github.com/ros2-rust/ros2_rust.git src/ros2_rust