Edward J. Schwartz commited on
Commit
8cc2e86
·
1 Parent(s): 987a677
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN useradd -m -u 1000 user
15
  # Switch to the "user" user
16
  USER user
17
 
 
 
18
  RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
19
 
20
  # Set home to the user's home directory
 
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
 
22
  # Set home to the user's home directory