Fix PHP
Some checks failed
Build container / fedora-build (push) Failing after 5m23s

This commit is contained in:
maurice
2025-10-28 09:57:23 +01:00
parent b039e28166
commit a3abeb44d7

View File

@@ -1,3 +1,3 @@
FROM git.plabble.org/maurice/fedora:main
RUN /bin/bash -c "TERM=xterm $(curl -fsSL https://php.new/install/linux/8.4)"
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/8.4)"