Skip to content

Commit a838b6f

Browse files
devcontainer: add gh CLI (#13905)
1 parent b4503ff commit a838b6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "tldr-pages",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Use Microsoft's Ubuntu Base image for the dev container
4-
"features": { // Use Node and Python features in the dev container
4+
"features": { // Use Node, Python and GitHub CLI features in the dev container
55
"ghcr.io/devcontainers/features/node:1": {},
6-
"ghcr.io/devcontainers/features/python:1": {}
6+
"ghcr.io/devcontainers/features/python:1": {},
7+
"ghcr.io/devcontainers/features/github-cli:1": {}
78
},
89

910
"privileged": false, // Run the container unprivileged

0 commit comments

Comments
 (0)