1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-13 01:46:00 +00:00

More build fixes; upgraded to PHP 8.1. We stay on an old(er) version of s6 now, as this needs more work first.

This commit is contained in:
x86dev
2023-10-26 21:49:33 +02:00
parent d2f5a5ae08
commit a1cc7716a8
7 changed files with 14 additions and 29 deletions

4
root/etc/cont-init.d/50-php Normal file → Executable file
View File

@@ -4,7 +4,7 @@
# regardless of how the package maintainer(s) named those.
rm /usr/bin/php
ln -s /usr/bin/php7 /usr/bin/php
ln -s /usr/bin/php81 /usr/bin/php
rm /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm7 /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm81 /usr/sbin/php-fpm