From fb2bb68b700ddda7cc7dfcbe0968894bf5a8fd2d Mon Sep 17 00:00:00 2001 From: sinamhdv Date: Sun, 24 Sep 2023 17:14:08 -0700 Subject: [PATCH] Add bc from dynamic-apps to run.yaml Signed-off-by: Sina Mahdavi --- scripts/run.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/run.yaml b/scripts/run.yaml index 9ca517b..2122423 100644 --- a/scripts/run.yaml +++ b/scripts/run.yaml @@ -14,3 +14,8 @@ runs: command: /usr/bin/sqlite3 memory: 64 networking: False + - name: bc + rootfs: ../dynamic-apps/bc + command: /usr/bin/bc + memory: 64 + networking: false