Skip to content

Commit

Permalink
update alpine-php-sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed May 10, 2024
1 parent 7e4f802 commit 94100ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2",
"version": "0.0.3",
"description": "Installs sockets extension for php on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-sockets"
}
2 changes: 1 addition & 1 deletion src/alpine-php-sockets/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

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

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

echo 'Done!'

0 comments on commit 94100ba

Please sign in to comment.