Fix error message about missing Python exec

Message is
unable to start container process: exec: "python": executable file not found in $PATH: unknown.

Closes #1260
This commit is contained in:
James R. Barlow
2024-02-21 23:54:41 -08:00
parent 8d30cff4ef
commit 16ab4a8b4e
+1
View File
@@ -64,6 +64,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
img2pdf \
libsm6 libxext6 libxrender-dev \
pngquant \
python-is-python3 \
tesseract-ocr \
tesseract-ocr-chi-sim \
tesseract-ocr-deu \