mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Apparently imagemagick needs a shell to delegate to ffmpeg properly
This commit is contained in:
parent
f082e48ed8
commit
33ba045ee1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
name = "pict-rs";
|
||||
tag = "latest";
|
||||
|
||||
contents = [ pkgs.tini self.packages.${system}.pict-rs ];
|
||||
contents = [ pkgs.tini self.packages.${system}.pict-rs pkgs.bash ];
|
||||
|
||||
config = {
|
||||
Entrypoint = [ "/bin/tini" "--" "/bin/pict-rs" ];
|
||||
|
|
Loading…
Reference in a new issue