Fix php
Some checks failed
Build container / fedora-build (push) Failing after 4m12s

This commit is contained in:
maurice
2025-10-28 09:38:34 +01:00
parent 6e64e2237b
commit 78ceec4906

View File

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