Try fix PHP

This commit is contained in:
maurice
2025-10-28 09:50:03 +01:00
parent 78ceec4906
commit b039e28166
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
theme = "dark_plus"
[editor]
true-color = true
[editor.file-picker]
hidden = false

View File

@@ -1,4 +1,3 @@
FROM git.plabble.org/maurice/fedora:main
RUN export TERM=xterm
RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)"
RUN /bin/bash -c "TERM=xterm $(curl -fsSL https://php.new/install/linux/8.4)"