New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 3a50fff009 - Show all commits
+2 -1
View File
@@ -1,3 +1,4 @@
FROM git.plabble.org/maurice/fedora:main FROM git.plabble.org/maurice/fedora:main
ARG php_version="8.1" # 8.4 is latest
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/8.1)" RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
arg "--cap-add=NET_BIND_SERVICE -p 80:80"