Files
devcontainer/containers/php/Containerfile
maurice 212463c725
All checks were successful
Build container / fedora-build (push) Successful in 8m47s
Downgrade PHP
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)"