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