Skip to content

Commit

Permalink
provisional dockerfile fix for jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 1, 2024
1 parent 4cda068 commit 38879c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update \
python3 \
python3-pip
RUN rosdep install --from-paths src --ignore-src -r -y
RUN pip3 install -r src/requirements.txt
RUN pip3 install -r src/requirements.txt --break-system-packages

# Colcon the ws
FROM deps AS builder
Expand Down

0 comments on commit 38879c1

Please sign in to comment.