occlum/demos/bash/bash.yaml
Zheng, Qi 774ea33d9a Update bash and fish demo with prebuilt busybox
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-11-01 12:43:45 +08:00

12 lines
245 B
YAML

includes:
- base.yaml
# bash
targets:
# copy bash and busybox
- target: /bin
copy:
- files:
- /opt/occlum/toolchains/bash/glibc/bash
- /opt/occlum/toolchains/busybox/glibc/busybox
- ../occlum_bash_test.sh