Skip to content

Commit

Permalink
frankenphp: set cap
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 5, 2024
1 parent 049a9d7 commit 232d33e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion frankenphp-8.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: frankenphp-8.2
version: 1.1.2
epoch: 0
epoch: 1
description: "FrankenPHP"
copyright:
- license: MIT
Expand All @@ -17,6 +17,7 @@ environment:
- build-base
- busybox
- go
- libcap-utils
- libxml2-dev
- php-frankenphp-8.2
- php-frankenphp-8.2-dev
Expand Down Expand Up @@ -62,6 +63,8 @@ pipeline:
- uses: strip

- runs: setcap cap_net_bind_service=+ep "${{targets.destdir}}/usr/bin/frankenphp"

update:
enabled: true
github:
Expand Down
5 changes: 4 additions & 1 deletion frankenphp-8.3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: frankenphp-8.3
version: 1.1.2
epoch: 0
epoch: 1
description: "FrankenPHP"
copyright:
- license: MIT
Expand All @@ -17,6 +17,7 @@ environment:
- build-base
- busybox
- go
- libcap-utils
- libxml2-dev
- php-frankenphp-8.3
- php-frankenphp-8.3-dev
Expand Down Expand Up @@ -62,6 +63,8 @@ pipeline:
- uses: strip

- runs: setcap cap_net_bind_service=+ep "${{targets.destdir}}/usr/bin/frankenphp"

update:
enabled: true
github:
Expand Down

0 comments on commit 232d33e

Please sign in to comment.