Skip to content

Commit

Permalink
Added missing geos dependency (#4451)
Browse files Browse the repository at this point in the history
  • Loading branch information
evekeen committed Mar 14, 2022
1 parent 8810125 commit 751937b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Advanced filtration and sorting for a list of tasks/projects/cloudstorages (<https://github.com/openvinotoolkit/cvat/pull/4403>)

### Changed
- TDB
- Added missing geos dependency into Dockerfile (<https://github.com/openvinotoolkit/cvat/pull/4451>)

### Deprecated
- TDB
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update && \
apache2-dev \
build-essential \
curl \
libgeos-dev \
libldap2-dev \
libsasl2-dev \
nasm \
Expand Down Expand Up @@ -76,6 +77,7 @@ RUN apt-get update && \
apache2 \
ca-certificates \
libapache2-mod-xsendfile \
libgeos-dev \
libgomp1 \
libgl1 \
supervisor \
Expand Down

1 comment on commit 751937b

@abdur3409
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v g

Please sign in to comment.