smishr-18 commited on
Commit
c56a42b
1 Parent(s): 6e2d085

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11
2
  RUN pip install opencv-python
3
- RUN apt-get update && apt-get install tesseract-ocr
4
 
5
  # Set the working directory in the container
6
  WORKDIR /app
 
1
  FROM python:3.11
2
  RUN pip install opencv-python
3
+ RUN apt-get update && apt-get install -y tesseract-ocr
4
 
5
  # Set the working directory in the container
6
  WORKDIR /app