diff --git a/server/Dockerfile b/server/Dockerfile index 2f0ea53..3c1aa07 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -105,6 +105,8 @@ ARG PHP_VER # PHP Requirements php \ php-xml \ + php-intl \ + php-bcmath \ php-mbstring \ php-mysql \ php-redis \