Merge pull request #2602 from norieli/patch-1

fixed mongodb can not authentication
This commit is contained in:
Shao Yu-Lung (Allen) 2020-05-27 13:41:34 +08:00 committed by GitHub
commit 6b16f2b479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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