Mbonea commited on
Commit
fa7dd75
·
1 Parent(s): a39abc0
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -28,9 +28,7 @@ RUN apt-get update && \
28
  #copy requirements
29
  COPY requirements.txt .
30
  RUN pip install --no-cache-dir -r requirements.txt
31
- RUN apt-get update && apt install -y software-properties-common && add-apt-repository ppa:alex-p/tesseract-ocr5 && \
32
- apt-get update && \
33
- apt-get install -y \
34
  tesseract-ocr \
35
  libtesseract-dev
36
  RUN pip install pytesseract
 
28
  #copy requirements
29
  COPY requirements.txt .
30
  RUN pip install --no-cache-dir -r requirements.txt
31
+ RUN apt-get update && apt-get install -y \
 
 
32
  tesseract-ocr \
33
  libtesseract-dev
34
  RUN pip install pytesseract