diff --git a/containers/php/Containerfile b/containers/php/Containerfile index 335ee53..bfaf21b 100644 --- a/containers/php/Containerfile +++ b/containers/php/Containerfile @@ -1,3 +1,4 @@ FROM git.plabble.org/maurice/fedora:main +RUN export TERM=xterm RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)" \ No newline at end of file