diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d0d7fc..c8c17cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,22 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.0-alpha] - Unreleased ### Added + - CVAT-3D: support lidar data on the server side () ### Changed + - ### Deprecated + - ### Removed + - ### Fixed + - Kibana startup initialization () - The cursor jumps to the end of the line when renaming a task () +- SSLCertVerificationError when remote source is used () ### Security + - ## [1.2.0] - 2020-01-08 diff --git a/Dockerfile b/Dockerfile index 93233393..741bb9df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,6 +72,7 @@ ENV DJANGO_CONFIGURATION=${DJANGO_CONFIGURATION} RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -yq \ apache2 \ + ca-certificates \ libapache2-mod-xsendfile \ libgomp1 \ libgl1 \