brettcannon / python-launcher

Python launcher for Unix

Home Page:https://python-launcher.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update dev container

brettcannon opened this issue · comments

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

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.

Done by #126