Skip to content

Commit

Permalink
Include jq for parsing json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jspc committed Jan 2, 2020
1 parent dad194b commit ec4fc32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.

# rsync
RUN apt-get install -y rsync

# jq
RUN apt-get install -y jq

0 comments on commit ec4fc32

Please sign in to comment.