Skip to content

Commit

Permalink
Fix arm Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simon987 committed Sep 13, 2020
1 parent f7887f2 commit d3bd53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerArm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p /usr/share/tessdata && \
curl -o /usr/share/tessdata/rus.traineddata https://raw.githubusercontent.com/tesseract-ocr/tessdata/master/rus.traineddata &&\
curl -o /usr/share/tessdata/spa.traineddata https://raw.githubusercontent.com/tesseract-ocr/tessdata/master/spa.traineddata && ls -lh

ADD sist2 /root/sist2
ADD sist2_arm64 /root/sist2

ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
Expand Down

0 comments on commit d3bd53a

Please sign in to comment.