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
pull/31860/head
Justin Newberry 1 year ago committed by GitHub
parent 98918b6afe
commit 0efb62c11c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .devcontainer/devcontainer.json

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

Loading…
Cancel
Save