diff --git a/scripts/run.yaml b/scripts/run.yaml index ae913d1..0b4147b 100644 --- a/scripts/run.yaml +++ b/scripts/run.yaml @@ -9,3 +9,8 @@ runs: command: /helloworld memory: 64 networking: False + - name: bzip2 + rootfs: ../dynamic-apps/bzip2 + command: /bin/bzip2 + memory: 64 + networking: False