{
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "features": {
    "postCreateCommand": "curl -sSL https://install.python-poetry.org | python3 -"
  }
}