HilmiZr commited on
Commit
eb10bef
·
1 Parent(s): fb41481

legacy resolver

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ USER user
18
  # 5. Install Python dependencies
19
  COPY --chown=user requirements.txt .
20
  RUN pip install --no-cache-dir --upgrade pip && \
21
- pip install --no-cache-dir -r requirements.txt
22
 
23
  # 6. Copy app source code
24
  COPY --chown=user . .
 
18
  # 5. Install Python dependencies
19
  COPY --chown=user requirements.txt .
20
  RUN pip install --no-cache-dir --upgrade pip && \
21
+ pip install --no-cache-dir --use-deprecated=legacy-resolver -r requirements.txt
22
 
23
  # 6. Copy app source code
24
  COPY --chown=user . .