devcontainer: add gh and azure cli (#31859)

* add ghcli

* nosudo

* nl

* fix

* remove

* link to the install page

* it's already a feature :)

* fix + add azure

* no diff

* Update Dockerfile
old-commit-hash: 0efb62c11c
pull/32199/head
Justin Newberry 1 year ago committed by GitHub
parent 834e6774d7
commit a994e2d9b0
  1. 4
      .devcontainer/devcontainer.json

@ -28,7 +28,9 @@
"installOhMyZsh": false,
"upgradePackages": false,
"username": "batman"
}
},
"ghcr.io/devcontainers-contrib/features/gh-cli:1": {},
"ghcr.io/devcontainers/features/azure-cli:1": {}
},
"containerUser": "batman",
"remoteUser": "batman",

Loading…
Cancel
Save