Update images/actions/php-8.2/Dockerfile

This commit is contained in:
Jan Gleytenhoover 2024-07-11 20:31:19 +00:00
parent 50e861d347
commit 0aa533f5ba

@ -8,8 +8,8 @@ git git-lfs wget curl \
zip unzip xz zstd jq \ zip unzip xz zstd jq \
nodejs python3 py3-pip nodejs python3 py3-pip
RUN apk add icu-dev RUN apk add --no-cache curl patch openssh-client openldap-dev
RUN docker-php-ext-configure intl && docker-php-ext-install mysqli pdo pdo_mysql intl RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN adduser -D runner \ RUN adduser -D runner \
&& echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \