- add sqlite and jansson dependencies, which were missing
- use newest supported Python release
Closes: #238
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
As Python 3.8 is end-of-life and the latest python-protobuf package
requires at least Python 3.9, the minimum Python version is set to 3.9.
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
We do not need this anymore due to making logging line-buffered and it
collides with ASAN in some cases.
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
The default compile architecture (march=native) depends heavily on the
host CPU and thus it is not suitable for a generic x86-64 Docker image.
Therefore, for the Docker images, it is changed to march=x86-64
instead.
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>