randydev commited on
Commit
678d96c
·
verified ·
1 Parent(s): 9dc9b52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt -qq update && \
15
 
16
  WORKDIR /usr/src/app
17
  COPY . .
18
- RUN pip3 install --upgrade pip setuptools
19
  RUN pip3 install -r requirements.txt
20
 
21
  RUN chmod -R 777 /usr/src/app
 
15
 
16
  WORKDIR /usr/src/app
17
  COPY . .
18
+ RUN pip3 install --upgrade pip setuptools==59.6.0
19
  RUN pip3 install -r requirements.txt
20
 
21
  RUN chmod -R 777 /usr/src/app