Skip to content

Commit

Permalink
🐳 Install jq properly so that we can use it later
Browse files Browse the repository at this point in the history
5f68b3b failed during the docker build because we didn't have `-y`.
Adding it back and re-committing
  • Loading branch information
shankari committed Jun 25, 2023
1 parent f90d7e4 commit 0e59ffb
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 0e59ffb

Please sign in to comment.