Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev container #121

Closed
brettcannon opened this issue Jul 20, 2021 · 2 comments
Closed

Update dev container #121

brettcannon opened this issue Jul 20, 2021 · 2 comments

Comments

@brettcannon
Copy link
Owner

brettcannon commented Jul 20, 2021

Need to use a custom Dockerfile based off of https://github.com/microsoft/vscode-dev-containers/blob/main/containers/rust/.devcontainer/Dockerfile to:

  • Install newest Python
  • Install pandoc
  • Install Graphviz/dot
  • Install doit
  • Create virtual environment
  • ... anything else dodo.py needs
@brettcannon
Copy link
Owner Author

Current blocker is tests failing when run under Python 3.7 which is what is installed with Ubuntu. Can either do the work to install a newer version of Python or see if #117 would solve it by moving away from Python for testing.

@brettcannon
Copy link
Owner Author

Done by #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant