Skip to content

Commit c57535d

Browse files
committed
Add python-setuptools
1 parent 1d043bf commit c57535d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN echo "deb http://http.us.debian.org/debian stable non-free" >/etc/apt/source
1010
&& apt-get -qq -y update \
1111
&& apt-get -qq -y install build-essential locales \
1212
# python deps (mostly to install their dependencies)
13-
python3-dev \
13+
python3-dev python3-setuptools \
1414
# tesseract
1515
tesseract-ocr libtesseract-dev libleptonica-dev \
1616
# libraries

0 commit comments

Comments
 (0)