diff --git a/src/alpine-php-sockets/devcontainer-feature.json b/src/alpine-php-sockets/devcontainer-feature.json index 3deb1f0..c245940 100644 --- a/src/alpine-php-sockets/devcontainer-feature.json +++ b/src/alpine-php-sockets/devcontainer-feature.json @@ -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" } \ No newline at end of file diff --git a/src/alpine-php-sockets/install.sh b/src/alpine-php-sockets/install.sh index 9ff44f5..f38723f 100644 --- a/src/alpine-php-sockets/install.sh +++ b/src/alpine-php-sockets/install.sh @@ -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!'