mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-07 17:04:34 +01:00
Fix typo in PHP extensions
This commit is contained in:
parent
9491878952
commit
89aa4d0173
@ -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-cli php7_fileinfo php7-bcmath php7-ctype \
|
||||
php7-xml php7-gd php7-mbstring php7-tokenizer php7-cli php7-fileinfo php7-bcmath php7-ctype \
|
||||
# Runtime dependencies
|
||||
php7-session php7-json php7-openssl \
|
||||
# Nginx and PHP FPM to serve over HTTP
|
||||
|
Loading…
Reference in New Issue
Block a user