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

This commit is contained in:
Jan Gleytenhoover 2024-07-22 07:34:45 +00:00
parent f740463e24
commit c18ef7dfe7

@ -8,14 +8,6 @@ git git-lfs wget curl \
zip unzip xz zstd jq \
nodejs python3 py3-pip gpg
RUN apk add --update linux-headers
RUN apk add --no-cache $PHPIZE_DEPS
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug
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