fix build issue

This commit is contained in:
iceBear67
2026-06-22 11:42:33 +08:00
parent 7c601769c0
commit 269734b313
5 changed files with 11 additions and 7 deletions

View File

@@ -7,8 +7,10 @@ services:
- "./test.sh:/test.sh"
devices:
- "/dev/kvm:/dev/kvm"
- "/dev/net/tun:/dev/net/tun"
entrypoint: ["/sbin/tini", "/test.sh"]
cap_add:
- CAP_SYS_ADMIN
- CAP_NET_ADMIN
tty: true
stdin_open: true