FROM php:8.1-cli RUN apt-get update && apt-get install -y \ bash \ git \ libz-dev \ zip \ wget RUN pecl install xdebug RUN docker-php-ext-enable xdebug COPY --from=composer /usr/bin/composer /usr/bin/composer WORKDIR /app