Update images/actions/php-8.2/Dockerfile
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m29s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m29s
This commit is contained in:
parent
bdf03f3ebc
commit
7e96fc440a
@ -14,6 +14,7 @@ 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
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
Loading…
Reference in New Issue
Block a user