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