Module: kamailio Branch: master Commit: 721bfc880a7c01b1792e5770a26fc7d5fe4faa42 URL: https://github.com/kamailio/kamailio/commit/721bfc880a7c01b1792e5770a26fc7d5...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2023-11-08T22:46:07+01:00
devcontainer: add github-cli
---
Modified: .devcontainer/devcontainer.json
---
Diff: https://github.com/kamailio/kamailio/commit/721bfc880a7c01b1792e5770a26fc7d5... Patch: https://github.com/kamailio/kamailio/commit/721bfc880a7c01b1792e5770a26fc7d5...
---
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bc6019c6877..7ab1083ed00 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,8 @@
// Features to add to the dev container. More info: https://containers.dev/features. "features": { - "ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {} + "ghcr.io/wxw-matt/devcontainer-features/command_runner:0": {}, + "ghcr.io/devcontainers/features/github-cli:1": {} },
// Use 'forwardPorts' to make a list of ports inside the container available locally.