From ba35fa01df940c259f79392f298ddb16c98a903a Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 17 Apr 2026 05:15:41 +1000 Subject: v0.11a --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a93e994..55a86db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN dotnet publish -o out FROM mcr.microsoft.com/dotnet/aspnet:10.0@sha256:ccdca44cd4f256d50187f920dc8ccc2a9ea7a8a4597ac1d51e08fddb2e3b3205 RUN apt update -RUN apt install -y imagemagick +RUN apt install -y imagemagick tesseract-ocr tesseract-ocr-eng RUN apt clean RUN rm -rf /var/lib/apt/lists/* WORKDIR /App -- cgit v1.3