thanthamky commited on
Commit
1312570
1 Parent(s): 5eb719a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -30,7 +30,8 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
30
  apt-get install -y nodejs && \
31
  npm install -g configurable-http-proxy
32
 
33
- RUN apt install -y tesseract-ocr
 
34
 
35
  # Create a working directory
36
  WORKDIR /app
 
30
  apt-get install -y nodejs && \
31
  npm install -g configurable-http-proxy
32
 
33
+ RUN apt install -y tesseract-ocr && \
34
+ apt install -y tesseract-ocr-tha
35
 
36
  # Create a working directory
37
  WORKDIR /app