diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-04-17 05:15:41 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-04-17 05:15:41 +1000 |
| commit | ba35fa01df940c259f79392f298ddb16c98a903a (patch) | |
| tree | bbaf625b8d485c51a4b5560c37af86551b4586b3 /Dockerfile | |
| parent | ba86ba12732b3290eaa74936950a370966b41ac5 (diff) | |
v0.11av0.11a
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
