forked from Job79/devcontainer
This commit is contained in:
@@ -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
2
containers/php/config.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
arg "--cap-add=NET_BIND_SERVICE -p 80:80"
|
||||
Reference in New Issue
Block a user