Skip to content

Commit

Permalink
Reverting addition of packages to Dockerfile
Browse files Browse the repository at this point in the history
I mistakenly added libgeos++ and other package to the wrong Dockerfile.
  • Loading branch information
brrttwrks committed Mar 4, 2022
1 parent d31217c commit da7291a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM alephdata/followthemoney
RUN apt-get -qq -y update \
&& apt-get -qq -y install python3-pil \
tesseract-ocr libtesseract-dev libleptonica-dev pkg-config tesseract-ocr-eng \
libproj-dev libgeos++ \
&& apt-get -qq -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit da7291a

Please sign in to comment.