diff --git a/keycloak/keycloakify/Dockerfile b/keycloak/keycloakify/Dockerfile index 35f91785a..c346c28fd 100644 --- a/keycloak/keycloakify/Dockerfile +++ b/keycloak/keycloakify/Dockerfile @@ -12,7 +12,7 @@ RUN yarn build-keycloak-theme FROM alpine:latest RUN mkdir /output COPY --from=builder /app/build_keycloak/target/*.jar /output/ -RUN apk add --no-cache wget +RUN apk add --no-cache wget curl RUN wget -P /output https://github.com/eosc-kc/keycloak-orcid/releases/download/1.2.0/keycloak-orcid-1.2.0.jar RUN ls -l /output CMD sh -c 'cp /output/*.jar /destination/' \ No newline at end of file