randydev commited on
Commit
980deec
·
verified ·
1 Parent(s): bc213e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,7 +67,7 @@ RUN mkdir -p uploads && chmod 777 uploads
67
  COPY . .
68
  COPY requirements.txt .
69
  RUN pip3 install --no-cache-dir --only-binary :all: -r requirements.txt
70
- RUN pip3 install --upgrade pip
71
 
72
  RUN chown -R 1000:0 .
73
  RUN chmod 777 .
 
67
  COPY . .
68
  COPY requirements.txt .
69
  RUN pip3 install --no-cache-dir --only-binary :all: -r requirements.txt
70
+ RUN pip3 install --upgrade pip setuptools
71
 
72
  RUN chown -R 1000:0 .
73
  RUN chmod 777 .