Update images/actions/php-8.2/Dockerfile
Some checks failed
Build and Push Image / Build and push image (push) Failing after 1m46s

This commit is contained in:
Jan Gleytenhoover 2024-07-21 11:41:54 +00:00
parent b5a8f2977c
commit f740463e24

@ -16,7 +16,7 @@ RUN pecl install xdebug
RUN docker-php-ext-enable xdebug
RUN apk add --no-cache curl patch openssh-client openldap-dev
RUN apk add --no-cache curl patch openssh-client openldap-dev gpg-agent
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN adduser -D runner \