diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |