forked from Job79/devcontainer
5 lines
179 B
Docker
5 lines
179 B
Docker
FROM git.plabble.org/maurice/fedora:main
|
|
ARG php_version="8.1" # 8.4 is latest
|
|
|
|
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"
|