debug
All checks were successful
build / build (push) Successful in 4m45s

This commit is contained in:
2025-01-10 15:40:01 +01:00
parent 3176001a7e
commit 00617c93ce
3 changed files with 18 additions and 1 deletions

View File

@ -4,6 +4,9 @@ COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html
RUN rm /etc/apache2/sites-enabled/000-default.conf
COPY .docker/hosts/abiball.conf /etc/apache2/sites-enabled
RUN apt-get update \
&& apt-get install -qq -y --no-install-recommends cron nano locales coreutils libicu-dev libpng-dev libxml2-dev libzip-dev libonig-dev libxslt-dev;