Merge pull request #2437 from bestlong/fix-php74-horizon

Laravel Horizon PHP 7.4 - fix package oniguruma require
This commit is contained in:
Shao Yu-Lung (Allen) 2019-12-22 13:27:16 +08:00 committed by GitHub
commit a9f84bfa61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ RUN apk --update add wget \
cyrus-sasl-dev \
libgsasl-dev \
supervisor \
oniguruma-dev \
procps
RUN docker-php-ext-install mysqli mbstring pdo pdo_mysql tokenizer xml pcntl