Skip to content

Commit 1a4a82d

Browse files
committed
Add github-cli.
1 parent af3d0fd commit 1a4a82d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
}
1010
},
1111
"features": {
12-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
12+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
13+
"ghcr.io/devcontainers/features/github-cli:1": {}
1314
},
1415
"remoteUser": "node",
1516
"postCreateCommand": "npm install -g @devcontainers/cli"

0 commit comments

Comments
 (0)