Skip to content

Commit

Permalink
Sneak in some Dockerfile change that is useful when testing on rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed May 12, 2024
1 parent b2f4f28 commit 4a478b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ FROM ros:humble-ros-core
RUN apt-get update -q && apt-get install -qy python3-pip python-is-python3 git ros-dev-tools
RUN rosdep init && rosdep update

# Make sure we can install packages with pip on Jazzy+
ENV PIP_BREAK_SYSTEM_PACKAGES=1

# Need to have setuptools version 64+ for editable installs
RUN pip install --upgrade pip setuptools

Expand Down

0 comments on commit 4a478b0

Please sign in to comment.