Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 9, 2024
1 parent 3d697d1 commit 4a7c7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/keycloakify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

0 comments on commit 4a7c7c0

Please sign in to comment.