Creating Participation refunds

This commit is contained in:
2026-09-03 21:23:26 +02:00
parent 9c4c28e566
commit 6a183d6498
55 changed files with 3985 additions and 42 deletions
+6 -2
View File
@@ -22,10 +22,14 @@ RUN apt-get install -y nginx \
libxml2-dev \
libmagickwand-dev \
imagemagick \
&& pecl install imagick \
&& docker-php-ext-enable imagick
&& pecl install imagick pcov \
&& docker-php-ext-enable imagick pcov
#&& rm -rf /var/lib/apt/lists/* \
# PCOV misst die Testabdeckung. Dauerhaft aktiv kostet es jede Anfrage Laufzeit, deshalb ist es hier
# ausgeschaltet und wird nur beim Testlauf zugeschaltet (composer test:coverage).
RUN echo "pcov.enabled=0" > /usr/local/etc/php/conf.d/zz-pcov.ini
RUN mkdir -p /run/nginx
RUN docker-php-ext-install mysqli pdo pdo_mysql mbstring zip exif pcntl gd