randydev commited on
Commit
a2d5a23
1 Parent(s): e04d0e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -59,7 +59,7 @@ ENV CHROME_BIN /usr/bin/google-chrome-stable
59
 
60
  COPY . .
61
  COPY requirements.txt .
62
- RUN pip3 install --upgrade pip setuptools==59.6.0
63
  RUN pip3 install -r requirements.txt
64
 
65
  RUN chown -R 1000:0 .
 
59
 
60
  COPY . .
61
  COPY requirements.txt .
62
+ RUN pip3 install --upgrade pip setuptools
63
  RUN pip3 install -r requirements.txt
64
 
65
  RUN chown -R 1000:0 .