Changes
Some checks failed
Build container / fedora-build (push) Has been cancelled

This commit is contained in:
maurice
2025-11-04 09:20:46 +01:00
parent 212463c725
commit 3a50fff009
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
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
containers/php/config.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
arg "--cap-add=NET_BIND_SERVICE -p 80:80"