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 d31217c commit da7291aCopy full SHA for da7291a
Dockerfile
@@ -3,7 +3,6 @@ FROM alephdata/followthemoney
3
RUN apt-get -qq -y update \
4
&& apt-get -qq -y install python3-pil \
5
tesseract-ocr libtesseract-dev libleptonica-dev pkg-config tesseract-ocr-eng \
6
- libproj-dev libgeos++ \
7
&& apt-get -qq -y autoremove \
8
&& apt-get clean \
9
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments