Skip to content

Commit e336dae

Browse files
committed
Upgrade pip and wheel
1 parent 8eca313 commit e336dae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ RUN apt update && apt install -y autoconf \
6262
# Extra tools
6363
openssh-client
6464

65+
RUN python3.7 -m pip install pip --upgrade
66+
RUN python3.7 -m pip install wheel --upgrade
6567
RUN python3.7 -m pip install setuptools --upgrade
6668

6769
# Install and configure tzdata

0 commit comments

Comments
 (0)