Skip to content

Commit

Permalink
Adding GH cli to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Feb 9, 2024
1 parent 1a57a2a commit f2928e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "git,tmux,vim,wget,jq,tree,whois,db-util,rsync,zip,unzip,ca-certificates,curl,gnupg"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "18.18.0"
},
Expand Down

0 comments on commit f2928e7

Please sign in to comment.