From 2dc0d495c243764831f8d100afad1fe68d830f80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Mar 2024 15:52:56 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/alpine-php-pcntl/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/alpine-php-pcntl/README.md diff --git a/src/alpine-php-pcntl/README.md b/src/alpine-php-pcntl/README.md new file mode 100644 index 0000000..a762799 --- /dev/null +++ b/src/alpine-php-pcntl/README.md @@ -0,0 +1,20 @@ + +# alpine-php-pcntl (alpine-php-pcntl) + +Installs pcntl extension for php on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-php-pcntl:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-pcntl/devcontainer-feature.json). Add additional notes to a `NOTES.md`._