Skip to content

Commit 9c87d90

Browse files
committed
simplify updated pip to one line in dockerfile
1 parent f1c6a31 commit 9c87d90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN apt-get -y update && \
2222
apt -y install python3.7 && \
2323
apt -y install python3.7-dev
2424

25-
RUN python3.7 -m pip install pip
2625
RUN python3.7 -m pip install --upgrade pip
2726

2827
# Set cleaner defaults (`alias` fails)

0 commit comments

Comments
 (0)