Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ros2_debian/Dockerfile.debian12
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3-ament-pep257 \
python3-flake8 \
python3-coverage \
python3-mypy \
&& \
# colcon-devtools>0.2.3 is not released for debian12, so override it with pip
# typing_extensions needs to be >4.7.0, but is available on apt with 4.4.0 only
Expand Down