Skip to content

Commit db91a53

Browse files
committed
Fix: test
1 parent f0000db commit db91a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.9-bullseye
33
WORKDIR /app
44

55
RUN apt-get update && apt-get install -y openjdk-11-jdk chromium && apt-get clean
6+
RUN apt-get install -y tesseract-ocr tesseract-ocr-kor
67

78
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
89
ENV PATH=$JAVA_HOME/bin:$PATH

0 commit comments

Comments
 (0)