diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ ENV PHP_INI_DIR /usr/local/etc/php ENV PHP_BUILD_DEPS bzip2 \ file \ + g++ \ libbz2-dev \ libzip-dev \ libcurl4-openssl-dev \ @@ -76,6 +77,7 @@ --with-webp \ --enable-exif \ --enable-ftp \ + --enable-intl \ --with-libedit \ --enable-mbstring \ --with-mysqli \ diff --git a/novolume/Dockerfile b/novolume/Dockerfile --- a/novolume/Dockerfile +++ b/novolume/Dockerfile @@ -15,6 +15,7 @@ ENV PHP_INI_DIR /usr/local/etc/php ENV PHP_BUILD_DEPS bzip2 \ file \ + g++ \ libbz2-dev \ libzip-dev \ libcurl4-openssl-dev \ @@ -76,6 +77,7 @@ --with-webp \ --enable-exif \ --enable-ftp \ + --enable-intl \ --with-libedit \ --enable-mbstring \ --with-mysqli \