We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e0b967 + 6a1df78 commit 6a1c206Copy full SHA for 6a1c206
docker/php-fpm/Dockerfile
@@ -2,6 +2,7 @@ FROM php:8.1.0-fpm-alpine
2
3
# Install packages
4
RUN apk add --no-cache curl git build-base zlib-dev oniguruma-dev autoconf bash
5
+RUN apk add --update linux-headers
6
7
# Xdebug
8
ARG INSTALL_XDEBUG=false
0 commit comments