nebula-orchestrator/manager

Version lock all required pip\apt-get dependencies in the Dockerfile

naorlivne opened this issue · 2 comments

The Dockerfile should have all the required pip modules and apt-get dependencies version locked, this avoids having containers build down the line and failing do to updated dependencies breaking changes.

Thinking just have pip install the requirements.txt will be smarter then manually updating the Dockerfile pip install -r requirements.txt

fixed at "latest" to be used in the next version released.