Really-amin commited on
Commit
9da5625
·
verified ·
1 Parent(s): 82aec6e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.10-slim
2
 
3
- # نصب Tesseract، colorama و وابستگی‌ها
4
- RUN apt-get update && apt-get install -y \
5
  tesseract-ocr \
6
  libtesseract-dev \
7
  poppler-utils \
 
1
  FROM python:3.10-slim
2
 
3
+ # نصب Tesseract، colorama و وابستگی‌ها با رفع مشکلات
4
+ RUN apt-get update && apt-get install -y --fix-missing --allow-downgrades --fix-broken \
5
  tesseract-ocr \
6
  libtesseract-dev \
7
  poppler-utils \