Deploy Authentik identity provider (C2 Mikado) #227
1 changed files with 1 additions and 0 deletions
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>
commit
41ee4161a9
|
|
@ -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