Skip to content

Commit

Permalink
Fix #50 - Email password reset does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka authored Feb 10, 2022
1 parent 89aa4d0 commit 45219c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 php7-dom \
# Runtime dependencies
php7-session php7-json php7-openssl \
# Nginx and PHP FPM to serve over HTTP
Expand Down

0 comments on commit 45219c3

Please sign in to comment.