lifecycle: fix test-all in docker (cherry-pick #14244) (#14246)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
fix test-all in docker (#14244)
This commit is contained in:
gcp-cherry-pick-bot[bot]
2025-04-25 13:50:27 +02:00
committed by GitHub
parent 919aa5df59
commit a0a1275452

View File

@ -62,7 +62,8 @@ function prepare_debug {
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y --no-install-recommends krb5-kdc krb5-user krb5-admin-server libkrb5-dev gcc
VIRTUAL_ENV=/ak-root/.venv uv sync --frozen
source "${VENV_PATH}/bin/activate"
uv sync --active --frozen
touch /unittest.xml
chown authentik:authentik /unittest.xml
}