Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasean authored Dec 18, 2023
1 parent ec060bb commit c848cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM jboss/keycloak

USER root

RUN dnf update -y && dnf install -y jq
RUN curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o /usr/bin/jq && \
chmod +x /usr/bin/jq

USER jboss

Expand Down

0 comments on commit c848cb1

Please sign in to comment.