From 487528f0e7bcccf004dc01c4b6b3455dd3aeadc8 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Wed, 4 Dec 2024 16:56:57 +0100 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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