Skip to content

Commit

Permalink
Install Jq
Browse files Browse the repository at this point in the history
  • Loading branch information
habibimustafa authored Nov 26, 2024
1 parent 34f624e commit 7dde5b5
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 @@ -13,7 +13,7 @@ RUN yum update -y \

FROM public.ecr.aws/amazonlinux/amazonlinux:2
RUN yum update -y \
&& yum install -y less groff \
&& yum install -y less groff jq \
&& yum clean all
COPY --from=installer /usr/local/aws-cli/ /usr/local/aws-cli/
COPY --from=installer /aws-cli-bin/ /usr/local/bin/
Expand Down

0 comments on commit 7dde5b5

Please sign in to comment.