From 63b61717f0276fb5261ce2d8d9ca795d9594bb39 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 31 Jan 2024 00:04:51 +0100 Subject: [PATCH] enable declarative user profiles https://www.keycloak.org/docs/latest/server_admin/#user-profile --- Containerfile.keycloak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.keycloak b/Containerfile.keycloak index 046d833..0d4431f 100644 --- a/Containerfile.keycloak +++ b/Containerfile.keycloak @@ -1,7 +1,7 @@ ARG KEYCLOAK_VERSION FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} as builder -RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres +RUN /opt/keycloak/bin/kc.sh build --features-disabled=impersonation --db=postgres --features=declarative-user-profile FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} WORKDIR /opt/keycloak