diff --git a/images/actions/php-8.2/Dockerfile b/images/actions/php-8.2/Dockerfile index 968bda2..e59c8f5 100644 --- a/images/actions/php-8.2/Dockerfile +++ b/images/actions/php-8.2/Dockerfile @@ -8,8 +8,8 @@ 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 apk add --no-cache curl patch openssh-client openldap-dev +RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN adduser -D runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \