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

This commit is contained in:
Marc 'risson' Schmitt
2025-04-25 13:49:58 +02:00
committed by GitHub
parent bc96bef097
commit 07ec787076

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
}