From bdf03f3ebc5da5c77afd196c262c6924fd0b1e50 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Sun, 21 Jul 2024 11:12:17 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index c4a2be7..cb103d5 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -8,6 +8,8 @@ git git-lfs wget curl \ zip unzip xz zstd jq \ nodejs python3 py3-pip +RUN apk add --update linux-headers + RUN apk add --no-cache $PHPIZE_DEPS RUN pecl install xdebug