Edward J. Schwartz commited on
Commit
849687c
·
1 Parent(s): 272b3ed
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN useradd -m -u 1000 user
15
  # Switch to the "user" user
16
  USER user
17
 
18
- RUN pip3 install --no-cache-dir --upgrade setuptools
19
 
20
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
21
 
 
15
  # Switch to the "user" user
16
  USER user
17
 
18
+ RUN pip3 install --no-cache-dir --upgrade setuptools pip
19
 
20
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
21