Files
devcontainer/containers/php/Containerfile
2025-11-03 13:02:57 +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.1)"