Skip to content

Commit

Permalink
try to build with openssl legacy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Nov 25, 2024
1 parent 850e0fa commit 8d0e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /app
COPY src/keycloak-admin-client ./keycloak-admin-client

COPY src/*.json ./
RUN npm install --legacy-peer-deps
RUN npm install --legacy-peer-deps --openssl-legacy-provider

COPY src ./

Expand Down

0 comments on commit 8d0e77c

Please sign in to comment.