Added missing geos dependency (#4451)

main
Alexander Ivkin 4 years ago committed by GitHub
parent 8810125fd8
commit 751937bff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>) - Advanced filtration and sorting for a list of tasks/projects/cloudstorages (<https://github.com/openvinotoolkit/cvat/pull/4403>)
### Changed ### Changed
- TDB - Added missing geos dependency into Dockerfile (<https://github.com/openvinotoolkit/cvat/pull/4451>)
### Deprecated ### Deprecated
- TDB - TDB

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

Loading…
Cancel
Save