npc0 commited on
Commit
96a753c
·
verified ·
1 Parent(s): 542b44e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.9
5
- RUN pip install -U pip
6
 
7
  RUN mkdir /dep
8
  WORKDIR /dep
 
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
  FROM python:3.9
5
+ RUN pip install --no-cache-dir --upgrade pip
6
 
7
  RUN mkdir /dep
8
  WORKDIR /dep