Files
devcontainer/containers/php/Containerfile
maurice 6acfe407ba php84
2025-11-04 09:21:55 +01:00

5 lines
163 B
Docker

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