@ -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
@ -11,6 +11,7 @@ RUN apt-get update && \
apache2-dev \
build-essential \
curl \
libgeos-dev \
libldap2-dev \
libsasl2-dev \
nasm \
@ -76,6 +77,7 @@ RUN apt-get update && \
apache2 \
ca-certificates \
libapache2-mod-xsendfile \
libgomp1 \
libgl1 \
supervisor \