Skip to content

Commit

Permalink
Added GH cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Jun 17, 2023
1 parent 49ba9ca commit 2308d22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/ruby:1": {
"version": "3.2.2"
}
"ghcr.io/devcontainers/features/ruby:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},

"postAttachCommand": "bundle",
Expand Down

0 comments on commit 2308d22

Please sign in to comment.