Skip to content

Commit da6b1fc

Browse files
Explicitely upgrade it
1 parent 032211a commit da6b1fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ros2_debian/Dockerfile.debian12

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
113113
python3-mypy \
114114
&& \
115115
# colcon-devtools>0.2.3 is not released for debian12, so override it with pip
116-
# typing_extensions needs to be >4.7.0, but is available on apt with 4.4.0 only
117116
apt-get remove -y python3-colcon-devtools && \
118-
pip3 install --no-cache-dir colcon-devtools typing_extensions --break-system-packages && \
117+
pip3 install --no-cache-dir colcon-devtools --break-system-packages && \
118+
# typing_extensions needs to be >4.7.0, but is available on apt with 4.4.0 only
119+
pip3 install --no-cache-dir --upgrade typing_extensions --break-system-packages && \
119120
: "remove cache" && \
120121
rm -rf /var/lib/apt/lists/*
121122

0 commit comments

Comments
 (0)