We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 593ea70 + 3f82a0f commit 6a1df78Copy full SHA for 6a1df78
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