From a3abeb44d78a9e9539c6bbe7095e50617d5239ae Mon Sep 17 00:00:00 2001 From: maurice Date: Tue, 28 Oct 2025 09:57:23 +0100 Subject: [PATCH] Fix PHP --- containers/php/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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