Files
devcontainer/containers/php/Containerfile
maurice efe72f205d Update
2025-12-03 19:56:25 +01:00

5 lines
163 B
Docker

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