Skip to content

Commit

Permalink
Add linux-headers for xdebug again
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoverbruggen committed Jan 11, 2025
1 parent 4ce5829 commit f03ede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:8.4-alpine as builder

# Install build dependencies
RUN apk add --no-cache $PHPIZE_DEPS \
imagemagick-dev icu-dev zlib-dev jpeg-dev libpng-dev libzip-dev postgresql-dev libgomp
imagemagick-dev icu-dev zlib-dev jpeg-dev libpng-dev libzip-dev postgresql-dev libgomp linux-headers

# Configure and install PHP extensions
RUN docker-php-ext-configure gd --with-jpeg
Expand Down

0 comments on commit f03ede0

Please sign in to comment.