Skip to content

Commit

Permalink
dockerfile: drop libtesseract5
Browse files Browse the repository at this point in the history
This should be no longer needed with tesserocr arm64 wheels.
  • Loading branch information
nijel committed Oct 9, 2023
1 parent ebc3d3a commit cdd9d99
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ ENV PYTHONUNBUFFERED=1
COPY requirements.txt Gemfile patches /app/src/

# Install dependencies
# TODO: drop libtesseract5 once https://github.com/sirfz/tesserocr/issues/322 is fixed
# hadolint ignore=DL3008,DL3013,SC2046,DL3003
RUN \
export DEBIAN_FRONTEND=noninteractive \
Expand All @@ -75,15 +74,12 @@ RUN \
pkg-config \
file \
make \
libtesseract5 \
libcairo2-dev \
libxml2-dev \
libacl1-dev \
libmariadb3 \
libmariadb-dev \
libxmlsec1-dev \
libleptonica-dev \
libtesseract-dev \
libsasl2-dev \
libldap2-dev \
libldap-common \
Expand Down Expand Up @@ -134,8 +130,6 @@ RUN \
ruby-dev \
cmake \
pkg-config \
libleptonica-dev \
libtesseract-dev \
libmariadb-dev \
libgirepository1.0-dev \
libxml2-dev \
Expand Down

0 comments on commit cdd9d99

Please sign in to comment.