Files
devcontainer/containers/php/Containerfile
maurice 78ceec4906
Some checks failed
Build container / fedora-build (push) Failing after 4m12s
Fix php
2025-10-28 09:38:34 +01:00

4 lines
130 B
Docker

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