1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 07:19:45 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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