randydev commited on
Commit
86ebe26
1 Parent(s): c00853f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -61,7 +61,7 @@ RUN mkdir -p uploads && chmod 777 uploads
61
 
62
  COPY . .
63
  COPY requirements.txt .
64
- RUN pip3 install --upgrade pip setuptools
65
  RUN pip3 install -r requirements.txt
66
 
67
  RUN chmod +x /usr/local/bin/chromedriver
 
61
 
62
  COPY . .
63
  COPY requirements.txt .
64
+ RUN pip3 install --upgrade pip setuptools==59.6.0
65
  RUN pip3 install -r requirements.txt
66
 
67
  RUN chmod +x /usr/local/bin/chromedriver