Skip to content

Commit

Permalink
:|
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Dec 11, 2023
1 parent 514a7c3 commit f90cf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Expand Up @@ -21,6 +21,6 @@ RUN apk add tesseract-ocr
RUN apk add leptonica-dev

RUN ln -s /usr/lib/x86_64-linux-gnu/liblept.so.5 liblept.so.5
RUN ln -s /usr/lib/x86_64-linux-gnu/liblept.so.5 libleptonica-1.78.0.so
RUN ln -s /usr/lib/x86_64-linux-gnu/liblept.so.5 libleptonica-1.82.0.so

ENTRYPOINT ["dotnet", "/app/ModCore.dll"]

0 comments on commit f90cf0b

Please sign in to comment.