Merge pull request #2468 from bestlong/php74-worker

php 7.4 required oniguruma
This commit is contained in:
Shao Yu-Lung (Allen) 2020-01-14 22:32:09 +08:00 committed by GitHub
commit cd84c464b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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