Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/j-bauer/DataHUB
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bauer committed Mar 22, 2024
2 parents 22da9c2 + cece2f9 commit c6143e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ RUN /scripts/patch.sh
RUN mkdir -p /var/log/datahub
RUN chown git /var/log/datahub

RUN apt update
RUN apt install -y jq
# install jq
RUN apt-get update -y
RUN apt-get install jq -y

0 comments on commit c6143e9

Please sign in to comment.