Skip to content

Commit

Permalink
Adjust tesseract-ocr5 package and revert to Ubuntu 22.04
Browse files Browse the repository at this point in the history
22.04 has older Ghostscript which has fewer regressions.
  • Loading branch information
jbarlow83 committed Nov 8, 2024
1 parent a1b8113 commit 5d128a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2024 James R. Barlow
# SPDX-License-Identifier: MPL-2.0

FROM ubuntu:24.04 AS base
FROM ubuntu:22.04 AS base

ENV LANG=C.UTF-8
ENV TZ=UTC
Expand Down Expand Up @@ -51,7 +51,7 @@ FROM base

RUN apt-get update && apt-get install -y software-properties-common

RUN add-apt-repository -y ppa:alex-p/tesseract-ocr5.3
RUN add-apt-repository -y ppa:alex-p/tesseract-ocr5

RUN apt-get update && apt-get install -y --no-install-recommends \
ghostscript \
Expand Down

0 comments on commit 5d128a9

Please sign in to comment.