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:
4
root/etc/cont-init.d/50-php
Normal file → Executable file
4
root/etc/cont-init.d/50-php
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user