The report generation script is using python:3.6-stretch is failing during docker build. Debian Stretch has exited LTS and the parent image for the report generation Dockerfile will need to be updated to a newer version of Python. 3.7-buster has been tested and appears to work.
TODO
[x] Update report gen Dockerfile to use python:3.7-buster as the parent image
The report generation script is using python:3.6-stretch is failing during docker build. Debian Stretch has exited LTS and the parent image for the report generation Dockerfile will need to be updated to a newer version of Python. 3.7-buster has been tested and appears to work.
TODO