devcontainer: add gh CLI (#13905)

This commit is contained in:
Sebastiaan Speck
2024-10-02 12:14:02 +02:00
committed by GitHub
parent b4503ff9d3
commit a838b6f175

View File

@@ -1,9 +1,10 @@
{
"name": "tldr-pages",
"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/python:1": {}
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"privileged": false, // Run the container unprivileged