test
Some checks failed
build / build (push) Failing after 3m36s

This commit is contained in:
Constantin Simonis 2024-12-04 16:56:57 +01:00
parent 41ab0637c3
commit 487528f0e7
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -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