diff --git a/Dockerfile b/Dockerfile index 86b02a6..92fe1ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apt-get update && \ # Install PHP extensions. RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; \ - docker-php-ext-install -j$(nproc) gd mbstring xml pgsql gettext xmlrpc zip + docker-php-ext-install -j$(nproc) gd mbstring xml pgsql gettext intl xmlrpc zip # Download and extract rosariosis ENV ROSARIOSIS_VERSION 'v8.9.1'