1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2026-06-05 13:02:53 +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
Regular → Executable
+2 -2
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