Add coreutils to authentik container
All checks were successful
Build Container / build (push) Successful in 2s
Build Container (Nix) / build (push) Successful in 1m9s

The ak wrapper script requires mkdir (and likely other coreutils)
to create runtime directories.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-20 10:54:40 -08:00
commit 41ee4161a9

View file

@ -10,6 +10,7 @@ pkgs.dockerTools.buildLayeredImage {
contents = [
pkgs.authentik
pkgs.bashInteractive
pkgs.coreutils
pkgs.cacert
pkgs.tzdata
];