Skip to content

Commit

Permalink
Added jq to environment container image
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Jun 28, 2022
1 parent d20e7e0 commit 3a449cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM amazonlinux:2022

ARG GITHUB_TOKEN=''

RUN yum install -y curl findutils aws-cli && \
RUN yum install -y curl findutils aws-cli jq && \
yum clean all

ADD install-tools.sh /tmp/install-tools.sh
Expand Down

0 comments on commit 3a449cb

Please sign in to comment.