sandialabs / sceptre-phenix

phenix is an orchestration tool and GUI for Sandia's minimega platform
https://sandialabs.github.io/sceptre-docs/
GNU General Public License v3.0
19 stars 23 forks source link

fix: correctly install custom version of vmdb2 #138

Closed activeshadow closed 1 year ago

activeshadow commented 1 year ago

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