Skip to content

Commit 6a1c206

Browse files
Merge remote-tracking branch 'origin/main' into CICD
2 parents 0e0b967 + 6a1df78 commit 6a1c206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/php-fpm/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM php:8.1.0-fpm-alpine
22

33
# Install packages
44
RUN apk add --no-cache curl git build-base zlib-dev oniguruma-dev autoconf bash
5+
RUN apk add --update linux-headers
56

67
# Xdebug
78
ARG INSTALL_XDEBUG=false

0 commit comments

Comments
 (0)