1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-20 13:21:30 +00:00
Files
2025-03-17 13:00:16 +01:00

11 lines
255 B
Plaintext
Executable File

#!/usr/bin/with-contenv sh
# Make sure to have a defined set of PHP binaries,
# regardless of how the package maintainer(s) named those.
rm /usr/bin/php
ln -s /usr/bin/php84 /usr/bin/php
rm /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm84 /usr/sbin/php-fpm