Skip to content

Commit 9a17a93

Browse files
SorenEricMentrazvand
authored andcommitted
Add sqlite3 to run.yaml
Signed-off-by: Yunchuan "Winslow" Hu <[email protected]> Reviewed-by: Razvan Deaconescu <[email protected]> Approved-by: Razvan Deaconescu <[email protected]> GitHub-Closes: #30
1 parent 2fbdc9b commit 9a17a93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/run.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ runs:
99
command: /helloworld
1010
memory: 64
1111
networking: False
12+
- name: sqlite3
13+
rootfs: ../dynamic-apps/sqlite3
14+
command: /usr/bin/sqlite3
15+
memory: 64
16+
networking: False

0 commit comments

Comments
 (0)