New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
2 changed files with 4 additions and 2 deletions
Showing only changes of commit b039e28166 - Show all commits
@@ -1,4 +1,7 @@
theme = "dark_plus" theme = "dark_plus"
[editor]
true-color = true
[editor.file-picker] [editor.file-picker]
hidden = false hidden = false
+1 -2
View File
@@ -1,4 +1,3 @@
FROM git.plabble.org/maurice/fedora:main FROM git.plabble.org/maurice/fedora:main
RUN export TERM=xterm RUN /bin/bash -c "TERM=xterm $(curl -fsSL https://php.new/install/linux/8.4)"
RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)"