Skip to content

Commit

Permalink
re2-dev at runtime?
Browse files Browse the repository at this point in the history
  • Loading branch information
Borketh authored Sep 11, 2024
1 parent 7472fc8 commit fa8e105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.12-alpine AS runtime
VOLUME /config
WORKDIR /app

RUN apk update; apk add --no-cache tesseract-ocr-data-eng re2
RUN apk update; apk add --no-cache tesseract-ocr-data-eng re2-dev
#ENV DEBIAN_FRONTEND=noninteractive APT="apt-get -qq"
#RUN $APT update; \
# $APT install tesseract-ocr; \
Expand Down

0 comments on commit fa8e105

Please sign in to comment.