From 88c6be64e7aa4ed2b76212218bedec4d7b7fc185 Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Tue, 16 Feb 2021 19:00:52 -0500 Subject: [PATCH] Add php-intl and php-bcmath for #93 --- server/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 \