Skip to content

Commit

Permalink
Add jq to process json
Browse files Browse the repository at this point in the history
  • Loading branch information
simkim committed Jul 13, 2020
1 parent 4fda3ca commit 749c4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ VOLUME /app
WORKDIR /app
RUN apt-get update && apt-get install -y \
python \
jq \
&& rm -rf /var/lib/apt/lists/*

# sfdx environment
Expand Down

0 comments on commit 749c4c1

Please sign in to comment.