AzizWazir commited on
Commit
8fe7fcb
·
verified ·
1 Parent(s): b1cf141

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
1
  FROM python:3.10-slim
2
 
3
  # Install Poppler, Tesseract, and other dependencies
4
- RUN apt-get update && apt-get install -y \
 
5
  tesseract-ocr \
6
  poppler-utils \
7
  libsm6 \
 
1
  FROM python:3.10-slim
2
 
3
  # Install Poppler, Tesseract, and other dependencies
4
+ RUN apt-get update && \
5
+ apt-get install -y --no-install-recommends pkg-config poppler-utils
6
  tesseract-ocr \
7
  poppler-utils \
8
  libsm6 \