From 50e861d34707638dbb88476ede67d977c8e670ca Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 11 Jul 2024 20:21:31 +0000 Subject: [PATCH] Update images/actions/php-8.2/Dockerfile --- images/actions/php-8.2/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index b13e400..968bda2 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -8,6 +8,9 @@ git git-lfs wget curl \ zip unzip xz zstd jq \ nodejs python3 py3-pip +RUN apk add icu-dev +RUN docker-php-ext-configure intl && docker-php-ext-install mysqli pdo pdo_mysql intl + RUN adduser -D runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \ && chmod 0440 /etc/sudoers.d/runner