Skip to content

Commit

Permalink
fix: build failing to run
Browse files Browse the repository at this point in the history
  • Loading branch information
luismgsantos committed Jan 25, 2024
1 parent 1153531 commit 317ea03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 317ea03

Please sign in to comment.