Skip to content

Commit

Permalink
chore: Update Alpine PHP sockets version to 0.0.2 and install sockets…
Browse files Browse the repository at this point in the history
… extension
  • Loading branch information
cirolosapio committed May 10, 2024
1 parent 30b94a4 commit 7e4f802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpine-php-sockets/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-php-sockets",
"id": "alpine-php-sockets",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs sockets extension for php on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-sockets"
}
1 change: 1 addition & 0 deletions src/alpine-php-sockets/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

echo "Activating feature 'alpine-php-sockets'"

apk --no-cache add sockets
docker-php-ext-install sockets

echo 'Done!'

0 comments on commit 7e4f802

Please sign in to comment.