Skip to content

Commit

Permalink
dockerfile: Remove tesseract from the base image
Browse files Browse the repository at this point in the history
tesserocr now ships binary wheels with built in libleptonica/libtesseract, so rely on
these instead of building it on our own.

Depends on Weblate downloading trained data, see WeblateOrg/weblate#9606
  • Loading branch information
nijel committed Jul 28, 2023
1 parent 856cbea commit 634e768
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ RUN \
libmariadb3 \
libmariadb-dev \
libxmlsec1-dev \
libleptonica-dev \
libtesseract-dev \
libsasl2-dev \
libldap2-dev \
libldap-common \
Expand All @@ -95,7 +93,6 @@ RUN \
libcairo-gobject2 \
gcc \
g++ \
tesseract-ocr \
patch \
unzip \
xz-utils \
Expand Down Expand Up @@ -137,8 +134,6 @@ RUN \
ruby-dev \
cmake \
pkg-config \
libleptonica-dev \
libtesseract-dev \
libmariadb-dev \
libgirepository1.0-dev \
libxml2-dev \
Expand Down

0 comments on commit 634e768

Please sign in to comment.