configs/image-magic: make convert be overridable

This commit is contained in:
Robert Swiecki 2019-04-01 23:32:06 +02:00
parent 8d9aaec7f0
commit c861be28a9

View File

@ -82,6 +82,7 @@ seccomp_string: "}"
seccomp_string: "DEFAULT KILL" seccomp_string: "DEFAULT KILL"
exec_bin { exec_bin {
path: "/usr/bin/convert" path: ""
arg0: "/usr/bin/convert"
exec_fd: true exec_fd: true
} }