From a3b6fa4977d915aaaf8032747cc369d5b89c8b2a Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 28 Jan 2025 20:35:50 +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