Skip to content

Commit

Permalink
Fix: kept the apt lists after packages installation in order to not b…
Browse files Browse the repository at this point in the history
…reak rosdep install
  • Loading branch information
joseluizmendonca committed Nov 21, 2024
1 parent c7b0993 commit 862f74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN apt update -y && \
qt5-qmake \
qtbase5-dev-tools \
ros-humble-ament-cmake \
python3-colcon-common-extensions && \
rm -rf /var/lib/apt/lists/*
python3-colcon-common-extensions
# rm -rf /var/lib/apt/lists/*

# Copy local packages to be built
COPY ./src /root/ros2_ws/src
Expand Down

0 comments on commit 862f74b

Please sign in to comment.