Skip to content

Commit

Permalink
add needed php modules for page-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffael Willems committed Nov 9, 2024
1 parent 3ef3b49 commit 8574ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ RUN \
php83-pecl-apcu \
php83-pecl-yaml \
php83-redis \
php83-tokenizer && \
php83-tokenizer \
php83-pdo \
php83-pdo_sqlite && \
echo "**** configure php-fpm to pass env vars ****" && \
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php83/php-fpm.d/www.conf && \
grep -qxF 'clear_env = no' /etc/php83/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php83/php-fpm.d/www.conf && \
Expand Down

0 comments on commit 8574ef8

Please sign in to comment.