Skip to content

Commit

Permalink
feat(devcontainer): Common extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante authored Mar 22, 2024
1 parent 382aac1 commit bfcc7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-devc/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"image": "mcr.microsoft.com/devcontainers/php:8.3-bookworm",
"features": {
"ghcr.io/opencodeco/devcontainers/install-php-extensions:latest": {
"extensions": "swoole"
"extensions": "decimal gd intl mongodb pcntl pcov pdo_mysql pdo_pgsql pdo_sqlite rdkafka redis sockets swoole"
}
}
}

0 comments on commit bfcc7e3

Please sign in to comment.