Skip to content

Commit 9456412

Browse files
committed
Install pip in rolling image
1 parent a1e225f commit 9456412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update && \
4343
apt-get install -y \
4444
ccache \
4545
lcov \
46+
python3-pip \
4647
ros-$ROS_DISTRO-rmw-fastrtps-cpp \
4748
ros-$ROS_DISTRO-rmw-connextdds \
4849
ros-$ROS_DISTRO-rmw-cyclonedds-cpp \

0 commit comments

Comments
 (0)