فهرست منبع

Fix #50 - Email password reset does not work

Bubka 3 سال پیش
والد
کامیت
45219c3100
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -44,7 +44,7 @@ RUN apk add --update --no-cache \
     # PHP SQLite driver
     # PHP SQLite driver
     php7-pdo_sqlite php7-sqlite3 \
     php7-pdo_sqlite php7-sqlite3 \
     # PHP extensions
     # 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
     # Runtime dependencies
     php7-session php7-json php7-openssl \
     php7-session php7-json php7-openssl \
     # Nginx and PHP FPM to serve over HTTP
     # Nginx and PHP FPM to serve over HTTP