Skip to content

Commit

Permalink
fix: include liggeos in docker image (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord authored Sep 7, 2023
1 parent 42dfe65 commit 74b63cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y \
software-properties-common \
git \
ffmpeg \
sqlite3
sqlite3 \
libgeos-dev

RUN apt-get -y clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 74b63cb

Please sign in to comment.