moriire commited on
Commit
1ca5550
1 Parent(s): 4231027

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ RUN chmod 777 .
18
 
19
  COPY ./requirements.txt /code/requirements.txt
20
  RUN pip install --upgrade pip
 
21
  RUN pip install --no-cache-dir -r /code/requirements.txt
22
 
23
  RUN useradd -m -u 1000 user
 
18
 
19
  COPY ./requirements.txt /code/requirements.txt
20
  RUN pip install --upgrade pip
21
+ RUN pip install --upgrade setuptools
22
  RUN pip install --no-cache-dir -r /code/requirements.txt
23
 
24
  RUN useradd -m -u 1000 user