Skip to content

Commit

Permalink
Use colcon-devtools 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 6, 2024
1 parent 99a3ee4 commit f45327d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.debian12
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3-ament-pep257 \
python3-flake8 \
&& \
# colcon-devtools>0.2.3 is not released for debian12, so override it from pip
apt-get remove -y python3-colcon-devtools && \
pip3 install colcon-devtools --break-system-package && \
: "remove cache" && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f45327d

Please sign in to comment.