mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 17:09:51 +00:00
[docker] upgrade pip before installing cmake (#7970)
This commit is contained in:
@@ -20,6 +20,7 @@ RUN set -x \
|
||||
inetutils-ping \
|
||||
ca-certificates \
|
||||
&& update-ca-certificates \
|
||||
&& python3 -m pip install -U pip \
|
||||
&& python3 -m pip install -U cmake \
|
||||
&& python3 -m pip install wheel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user