Update images/actions/php-8.2/Dockerfile
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m0s

This commit is contained in:
Jan Gleytenhoover 2024-07-11 20:21:31 +00:00
parent 13ac6917cd
commit 50e861d347

@ -8,6 +8,9 @@ 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 docker-php-ext-configure intl && docker-php-ext-install mysqli pdo pdo_mysql intl
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 \
&& chmod 0440 /etc/sudoers.d/runner && chmod 0440 /etc/sudoers.d/runner