From dd1e1ceb1332abc509d3a7d97a8578d4b300757d Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 5 Sep 2024 16:45:58 -0700 Subject: [PATCH] Add bubblewrap to the container --- llama_toolchain/core/build_container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/llama_toolchain/core/build_container.sh b/llama_toolchain/core/build_container.sh index b864e7098..ec2ca8a0c 100755 --- a/llama_toolchain/core/build_container.sh +++ b/llama_toolchain/core/build_container.sh @@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y \ curl wget telnet \ procps psmisc lsof \ traceroute \ + bubblewrap \ && rm -rf /var/lib/apt/lists/* EOF