diff --git a/CHANGELOG.md b/CHANGELOG.md index 337dc4f0d47..df53e188303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 () ### Changed -- TDB +- Added missing geos dependency into Dockerfile () ### Deprecated - TDB diff --git a/Dockerfile b/Dockerfile index 3b170bdd75a..1f6410f55df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ + libgeos-dev \ libgomp1 \ libgl1 \ supervisor \