Fix Kingfisher container: add bash and coreutils for CronJob shell
Nix containers don't include a shell by default. The CronJob needs /bin/bash for the inline script that generates timestamped filenames. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f0c6845f0f
commit
aa9cc709ec
2 changed files with 3 additions and 1 deletions
|
|
@ -98,6 +98,8 @@ pkgs.dockerTools.buildLayeredImage {
|
|||
name = "blumeops/kingfisher";
|
||||
contents = [
|
||||
kingfisher
|
||||
pkgs.bashInteractive
|
||||
pkgs.coreutils
|
||||
pkgs.cacert
|
||||
pkgs.git
|
||||
pkgs.tzdata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue