Commit e0678ad included moving the installation of our custom version of vmdb2 to the final Docker image target in docker/Dockerfile. We needed to use the -O option instead of the -P option to make sure the existing vmdb2 installed via apt (to pull in the required dependency packages) was truly overwritten.
Commit e0678ad included moving the installation of our custom version of vmdb2 to the final Docker image target in docker/Dockerfile. We needed to use the -O option instead of the -P option to make sure the existing vmdb2 installed via apt (to pull in the required dependency packages) was truly overwritten.
fixes #137