OuroborosM commited on
Commit
6ab09fd
·
1 Parent(s): 8a0e405

update setuptools

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY ./requirements.txt /code/requirements.txt
11
 
12
  RUN pip install --no-cache-dir --upgrade pip
13
 
14
- RUN pip install --no-cache-dir --prefix=/home/user/app/pip setuptools
15
 
16
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17
 
 
11
 
12
  RUN pip install --no-cache-dir --upgrade pip
13
 
14
+ RUN pip install --no-cache-dir setuptools
15
 
16
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
17