Skip to content

Commit

Permalink
Merge pull request #9 from WyriHaximusNet/add-jq
Browse files Browse the repository at this point in the history
Add: jq
  • Loading branch information
WyriHaximus authored Sep 17, 2024
2 parents 1db9d24 + c9dce29 commit 47e1809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USER root
RUN (echo 'DPkg::Post-Invoke {"/bin/rm -f /var/cache/apt/archives/*.deb || true";};' | tee /etc/apt/apt.conf.d/clean) &&\
apt-get update &&\
apt-get upgrade -y &&\
apt-get install -y curl wget make git unzip gnupg software-properties-common &&\
apt-get install -y curl wget make git unzip gnupg software-properties-common jq &&\
## terraform
(wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | tee /usr/share/keyrings/hashicorp-archive-keyring.gpg > /dev/null) &&\
gpg --no-default-keyring --keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg --fingerprint &&\
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Opinionated GitHub Action Runner image that brings the ships the following packa
* git
* unzip
* gnupg
* jq

Also includes the following tools:
* terraform
Expand Down

0 comments on commit 47e1809

Please sign in to comment.