We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae015b0 commit b74923bCopy full SHA for b74923b
docker/Dockerfile
@@ -9,10 +9,6 @@ RUN apt-get update && \
9
rosdep install --from-paths src --ignore-src -r -y && \
10
rm -rf /var/lib/apt/lists/*
11
12
-RUN pip3 install --break-system-packages \
13
- fastcov \
14
- numpy
15
-
16
RUN pip install -r src/nav2_gz_testing/requirements.txt
17
18
RUN source /opt/ros/jazzy/setup.bash --extend && colcon build --symlink-install
0 commit comments