Merge pull request #54 from qdm12/patch-2

fix(docker): add `php7-cli`
This commit is contained in:
Bubka 2021-12-30 10:02:57 +01:00 committed by GitHub
commit 04f8e8a735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ RUN apk add --update --no-cache \
# PHP SQLite driver
php7-pdo_sqlite php7-sqlite3 \
# PHP extensions
php7-xml php7-gd php7-mbstring php7-tokenizer \
php7-xml php7-gd php7-mbstring php7-tokenizer php7-cli \
# Runtime dependencies
php7-session php7-json php7-openssl \
# Nginx and PHP FPM to serve over HTTP