Skip to content

Commit

Permalink
Adds missed ext
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 11, 2024
1 parent 93fe691 commit 2789084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apk add --no-cache git curl sqlite curl-dev
RUN docker-php-ext-configure curl && docker-php-ext-install curl
RUN docker-php-ext-install opcache && docker-php-ext-enable opcache
RUN docker-php-ext-install pcntl
RUN docker-php-ext-install sockets
RUN apk add --no-cache libzip-dev && docker-php-ext-configure zip && docker-php-ext-install zip

RUN apk --no-cache add pcre-dev ${PHPIZE_DEPS}
Expand Down

0 comments on commit 2789084

Please sign in to comment.