mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
fix: build failing to run
This commit is contained in:
@ -2,13 +2,11 @@ ARG PHP=8.1
|
||||
FROM php:${PHP}-cli-alpine
|
||||
|
||||
RUN apk update && apk add \
|
||||
zip libzip-dev icu-dev git \
|
||||
zip libzip-dev icu-dev git
|
||||
|
||||
RUN docker-php-ext-configure zip intl
|
||||
RUN docker-php-ext-install zip intl
|
||||
RUN docker-php-ext-enable zip intl
|
||||
|
||||
RUN apk add --no-cache linux-headers
|
||||
RUN apk add --no-cache linux-headers autoconf build-base
|
||||
RUN pecl install xdebug
|
||||
RUN docker-php-ext-enable xdebug
|
||||
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
|
||||
|
||||
Reference in New Issue
Block a user