Skip to content

Commit

Permalink
Adding jq to tools (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Apr 4, 2024
1 parent 118c608 commit a0a380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ecr/github-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/actions/actions-runner:2.313.0
USER root

RUN apt update
RUN apt install -y git curl unzip build-essential
RUN apt install -y git curl unzip build-essential jq
WORKDIR /var/tmp
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
Expand Down

0 comments on commit a0a380a

Please sign in to comment.