Skip to content

Commit d827551

Browse files
committed
Add imagemagick to run.yaml
Signed-off-by: Nicholas Januar <[email protected]>
1 parent 9a17a93 commit d827551

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/run.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ runs:
1414
command: /usr/bin/sqlite3
1515
memory: 64
1616
networking: False
17+
- name: imagemagick
18+
rootfs: ../dynamic-apps/imagemagick
19+
command: /usr/bin/magick convert img.png img.jpg
20+
memory: 64
21+
networking: False

0 commit comments

Comments
 (0)