Skip to content

Commit b74923b

Browse files
committed
Remove unnecessary dockerfile steps
1 parent ae015b0 commit b74923b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ RUN apt-get update && \
99
rosdep install --from-paths src --ignore-src -r -y && \
1010
rm -rf /var/lib/apt/lists/*
1111

12-
RUN pip3 install --break-system-packages \
13-
fastcov \
14-
numpy
15-
1612
RUN pip install -r src/nav2_gz_testing/requirements.txt
1713

1814
RUN source /opt/ros/jazzy/setup.bash --extend && colcon build --symlink-install

0 commit comments

Comments
 (0)