We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a17a93 commit d827551Copy full SHA for d827551
scripts/run.yaml
@@ -14,3 +14,8 @@ runs:
14
command: /usr/bin/sqlite3
15
memory: 64
16
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