Add coreutils to authentik container
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:
parent
8016427a3c
commit
41ee4161a9
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ pkgs.dockerTools.buildLayeredImage {
|
|||
contents = [
|
||||
pkgs.authentik
|
||||
pkgs.bashInteractive
|
||||
pkgs.coreutils
|
||||
pkgs.cacert
|
||||
pkgs.tzdata
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue