Skip to content

Commit

Permalink
Dockerfile - removed tesseract from image
Browse files Browse the repository at this point in the history
  • Loading branch information
4gac authored Aug 13, 2024
1 parent e64d14e commit e8b7712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM debian:stable-slim
# Install Tesseract OCR and necessary dependencies
RUN apt-get update && \
apt-get install -y \
tesseract-ocr-all \
python3 \
python3-pip \
python3-venv \
Expand Down

0 comments on commit e8b7712

Please sign in to comment.