Skip to content

Commit

Permalink
[ci/cd][fix] ubuntu 22.04 requires expl installs
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ssman committed Jan 9, 2024
1 parent e558d36 commit 71eca6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion container/tesseract/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ RUN apt-get update && apt-get install -y \
tzdata \
xzgv \
zlib1g-dev \
libleptonica-dev
libleptonica-dev \
libpango1.0-dev \
libicu-dev

# set proper date and timezone in container
RUN echo "Europe/Berlin" > /etc/timezone
Expand Down

0 comments on commit 71eca6b

Please sign in to comment.