Skip to content

Commit

Permalink
install jq in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bauer committed Mar 22, 2024
1 parent ec6387b commit 22da9c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ RUN /scripts/patch.sh
RUN mkdir -p /var/log/datahub
RUN chown git /var/log/datahub

RUN apt update
RUN apt install -y jq

0 comments on commit 22da9c2

Please sign in to comment.