mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-17 01:26:40 +03:00
fix(docker): restore capabilities for privilege drop
This commit is contained in:
@@ -189,6 +189,11 @@ jobs:
|
||||
- name: Build image with default channel dependencies
|
||||
run: docker build -t nanobot:test .
|
||||
|
||||
- name: Verify Docker Compose startup
|
||||
env:
|
||||
HOME: ${{ runner.temp }}
|
||||
run: docker compose run --rm --no-deps --build -T nanobot-cli status
|
||||
|
||||
- name: Verify default WhatsApp dependencies
|
||||
run: docker run --rm --entrypoint python nanobot:test -c "import neonize, segno"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user