Skip to content

Commit 3f82a0f

Browse files
committed
fix. Исправляет возникающую при сборке на windows ошибку "configure: error: rtnetlink.h is required, install the linux-headers package: apk add --update linux-headers"
1 parent 593ea70 commit 3f82a0f

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)