diff --git a/Dockerfile b/Dockerfile index f2b5caa..5f3d379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . /var/www/project/ COPY ./.docker/hosts/file-explorer.conf /etc/apache2/sites-enabled/file-explorer.conf RUN apt-get update \ - && apt-get install -qq -y --no-install-recommends cron nano locales coreutils; + && apt-get install -qq -y --no-install-recommends cron nano locales coreutils libicu-dev libpng-dev libxml2-dev libzip-dev libonig-dev libxslt-dev; RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen