Skip to content

Commit 6a1df78

Browse files
Merge pull request #6 from IvanRsn/fix/linux-headers-for-windows
fix. Исправляет возникающую при сборке на windows ошибку
2 parents 593ea70 + 3f82a0f commit 6a1df78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/php-fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
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)