We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e37dfb + 4d9b41c commit 9ac11fbCopy full SHA for 9ac11fb
1 file changed
dockerfiles/php-8.4.Dockerfile
@@ -1,2 +1,7 @@
1
# syntax=docker/dockerfile:1.7-labs
2
FROM php:8.4-cli-alpine3.22
3
+
4
+# For ext-sockets installation
5
+RUN apk add linux-headers=~6.14.2-r0 --no-cache
6
7
+RUN docker-php-ext-install pcntl sockets
0 commit comments