Skip to content

Fix Docker build

Duggan, John requested to merge 28-fix-docker-build into main

Summary of Changes

v0.13.0 wouldn't launch on Calvera due to a missing dependency. Not sure exactly why it's complaining about this, but since we're going to be using Pydantic directly in this app soon I thought it would be easiest to just go ahead and add it.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #28 (closed)

Merge request reports