aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-15 13:27:51 +0100
committerGravatar GitHub <[email protected]>2025-07-15 13:27:51 +0100
commit2c770ebeac06602b755c98897ecc76db19ec2b04 (patch)
tree15c3dba71fcb02cf1dded0df8ce951593cb52cb2 /Dockerfile
parentBump keycloakify (diff)
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3904c39..13007e6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} AS builder
WORKDIR /opt/keycloak
COPY --from=keycloakify_jar_builder /opt/app/dist_keycloak/keycloak-theme-for-kc-all-other-versions.jar /opt/keycloak/providers/
ENV KC_DB=postgres
-RUN /opt/keycloak/bin/kc.sh build --features="passkeys"
+RUN /opt/keycloak/bin/kc.sh build --features="passkeys,scripts"
FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION}
COPY --from=builder /opt/keycloak/ /opt/keycloak/