We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d043bf commit c57535dCopy full SHA for c57535d
Dockerfile
@@ -10,7 +10,7 @@ RUN echo "deb http://http.us.debian.org/debian stable non-free" >/etc/apt/source
10
&& apt-get -qq -y update \
11
&& apt-get -qq -y install build-essential locales \
12
# python deps (mostly to install their dependencies)
13
- python3-dev \
+ python3-dev python3-setuptools \
14
# tesseract
15
tesseract-ocr libtesseract-dev libleptonica-dev \
16
# libraries
0 commit comments