Files
devcontainer/containers/php/Containerfile
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)"