Skip to content

Commit

Permalink
Merge pull request #925 from shankari/install_jq_properly
Browse files Browse the repository at this point in the history
🐳 Install jq properly so that we can use it later
  • Loading branch information
shankari authored Jun 25, 2023
2 parents e7efadb + 0e59ffb commit fe7b3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get install -y -qq wget
# RUN apt-get -y install nano vim

# install jq to parse json within bash scripts
RUN apt-get install jq
RUN apt-get install -y jq

# cleanup
RUN apt-get -y remove --purge build-essential
Expand Down

0 comments on commit fe7b3cf

Please sign in to comment.