Skip to content

Commit da7291a

Browse files
committed
Reverting addition of packages to Dockerfile
I mistakenly added libgeos++ and other package to the wrong Dockerfile.
1 parent d31217c commit da7291a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM alephdata/followthemoney
33
RUN apt-get -qq -y update \
44
&& apt-get -qq -y install python3-pil \
55
tesseract-ocr libtesseract-dev libleptonica-dev pkg-config tesseract-ocr-eng \
6-
libproj-dev libgeos++ \
76
&& apt-get -qq -y autoremove \
87
&& apt-get clean \
98
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)