We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533be34 commit 07a95c6Copy full SHA for 07a95c6
.devcontainer/devcontainer.json
@@ -5,10 +5,7 @@
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bookworm",
7
"features": {
8
- "ghcr.io/devcontainers/features/github-cli:1": {},
9
- "ghcr.io/rails/devcontainer/features/ruby:1": {
10
- "version": "3.2.3"
11
- }
+ "ghcr.io/devcontainers/features/github-cli:1": {}
12
}
13
14
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments