Skip to content

Commit

Permalink
fix(keycloak): clone theme repo
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Mar 10, 2024
1 parent bc4c529 commit 3c10290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG KEYCLOAK_VERSION=23.0.7

# FROM alpine:3 as theme
FROM alpine:3 as theme

# RUN apk add --no-cache git && \
# git clone --branch act -- https://github.com/actcoding/keywind.git /keywind
RUN apk add --no-cache git && \
git clone --branch act -- https://github.com/actcoding/keywind.git /keywind


FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} as builder
Expand Down

0 comments on commit 3c10290

Please sign in to comment.