Skip to content

Commit

Permalink
lifecycle: fix missing krb5 deps for full testing in image (#11815)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu authored Oct 25, 2024
1 parent 31014ba commit abfc907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lifecycle/ak
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function cleanup {
}

function prepare_debug {
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y --no-install-recommends krb5-kdc krb5-user krb5-admin-server
VIRTUAL_ENV=/ak-root/venv poetry install --no-ansi --no-interaction
touch /unittest.xml
Expand Down

0 comments on commit abfc907

Please sign in to comment.