[docker] upgrade pip before installing cmake (#7970)

This commit is contained in:
Jonathan Hui
2022-08-01 21:48:36 -07:00
committed by GitHub
parent 184aef663a
commit 7af484f49f
+1
View File
@@ -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