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