Skip to content

Commit

Permalink
configure newer pip versions to avoid ubuntu24 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jul 5, 2024
1 parent 765efcf commit 88e2b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ RUN apt-get update && \
ros-${ROS_DISTRO}-ros-core \
&& rm -rf /var/lib/apt/lists/*
# configure pip
RUN mkdir -p ~/.config/pip && \
echo -e "[global]\nbreak-system-packages = true" >> ~/.config/pip/pip.conf
# copy install script from dependencies stage
COPY --from=dependencies $WORKSPACE/.install-dependencies.sh $WORKSPACE/.install-dependencies.sh
Expand Down

0 comments on commit 88e2b44

Please sign in to comment.