fix: s6
Some checks failed
web/docker-ttrss/pipeline/head There was a failure building this commit

This commit is contained in:
Julien Cabillot
2023-06-13 16:22:04 -04:00
parent 4541108272
commit a3f0ebfcd4
2 changed files with 3 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
# Make sure to have a defined set of PHP binaries,
# regardless of how the package maintainer(s) named those.
rm /usr/bin/php
rm -f /usr/bin/php
ln -s /usr/bin/php7 /usr/bin/php
rm /usr/sbin/php-fpm
rm -f /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm7 /usr/sbin/php-fpm