Skip to content

Commit

Permalink
install openshift-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 8, 2023
1 parent f647b8c commit 81da34d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",

// Available features: https://containers.dev/features
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
Expand All @@ -20,7 +21,8 @@
"ghcr.io/devcontainers-contrib/features/yamllint:2": {},
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
"ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:0": {},
"ghcr.io/mpriscella/features/kind:1": {}
"ghcr.io/mpriscella/features/kind:1": {},
"ghcr.io/paul-gilber/devcontainer-features/openshift-cli-homebrew:1": {}
},

"remoteEnv": {
Expand Down

0 comments on commit 81da34d

Please sign in to comment.