fix: php-worker build event error.

readme: https://learnku.com/php/t/30877
This commit is contained in:
东子 2022-12-13 10:00:13 +08:00 committed by GitHub
parent be5eb5af17
commit 480fe10084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ RUN set -eux; \
make &&\
make install &&\
rm /tmp/event.tar.gz &&\
docker-php-ext-enable event &&\
docker-php-ext-enable --ini-name zz-event.ini event &&\
php -m | grep -q 'event' \
;fi