Apparently imagemagick needs a shell to delegate to ffmpeg properly

This commit is contained in:
asonix 2024-04-21 21:02:31 -05:00
parent f082e48ed8
commit 33ba045ee1

View file

@ -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" ];