fix(packages): align agent jail package list with bootstrap (Sam & Pi) #81
1 changed files with 10 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# Combined jail package list — union of all jail package lists from clawdie-ai
|
||||
# Mirrors infra/packages/*-jail.txt (deduplicated), with browser package choices
|
||||
# adjusted for the operator USB's Firefox-first package closure.
|
||||
# Keep in sync when jail package lists change.
|
||||
# Keep in sync when jail package lists change. The agent-jail section also
|
||||
# mirrors Colibri packaging/freebsd/agent-jail-bootstrap.sh.
|
||||
|
||||
# Shared across jails
|
||||
bash
|
||||
|
|
@ -9,10 +10,17 @@ git
|
|||
rsync
|
||||
curl
|
||||
|
||||
# agent-jail (Colibri agent-jail-bootstrap.sh baseline)
|
||||
python312
|
||||
node24
|
||||
npm-node24
|
||||
bash
|
||||
curl
|
||||
|
||||
# cms-jail
|
||||
nginx
|
||||
node24
|
||||
npm
|
||||
npm-node24
|
||||
postgresql18-client
|
||||
|
||||
# db-jail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue