Skip to content

Commit

Permalink
Fix error message about missing Python exec
Browse files Browse the repository at this point in the history
Message is
unable to start container process: exec: "python": executable file not found in $PATH: unknown.

Closes #1260
  • Loading branch information
jbarlow83 committed Feb 22, 2024
1 parent 8d30cff commit 16ab4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 16ab4a8

Please sign in to comment.