Files
devcontainer/containers/php/Containerfile
maurice a3abeb44d7
Some checks failed
Build container / fedora-build (push) Failing after 5m23s
Fix PHP
2025-10-28 09:57:23 +01:00

3 lines
129 B
Docker

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