mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
Add bubblewrap to the container
This commit is contained in:
parent
f6b5e394ab
commit
dd1e1ceb13
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
curl wget telnet \
|
curl wget telnet \
|
||||||
procps psmisc lsof \
|
procps psmisc lsof \
|
||||||
traceroute \
|
traceroute \
|
||||||
|
bubblewrap \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue