mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
devcontainer: add gh
CLI (#13905)
This commit is contained in:
parent
b4503ff9d3
commit
a838b6f175
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "tldr-pages",
|
"name": "tldr-pages",
|
||||||
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Use Microsoft's Ubuntu Base image for the dev container
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Use Microsoft's Ubuntu Base image for the dev container
|
||||||
"features": { // Use Node and Python features in the dev container
|
"features": { // Use Node, Python and GitHub CLI features in the dev container
|
||||||
"ghcr.io/devcontainers/features/node:1": {},
|
"ghcr.io/devcontainers/features/node:1": {},
|
||||||
"ghcr.io/devcontainers/features/python:1": {}
|
"ghcr.io/devcontainers/features/python:1": {},
|
||||||
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
||||||
},
|
},
|
||||||
|
|
||||||
"privileged": false, // Run the container unprivileged
|
"privileged": false, // Run the container unprivileged
|
||||||
|
|
Loading…
Add table
Reference in a new issue