Add tun device to fix tailsacled
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m36s
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m36s
This commit is contained in:
parent
96bba4677d
commit
a7bf919a3d
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ jobs:
|
||||||
runs-on: 9950x
|
runs-on: 9950x
|
||||||
container:
|
container:
|
||||||
image: docker.io/node:23-bookworm
|
image: docker.io/node:23-bookworm
|
||||||
|
options: --cap-add=NET_ADMIN --device=/dev/net/tun
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue