We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f624e commit 7dde5b5Copy full SHA for 7dde5b5
Dockerfile
@@ -13,7 +13,7 @@ RUN yum update -y \
13
14
FROM public.ecr.aws/amazonlinux/amazonlinux:2
15
RUN yum update -y \
16
- && yum install -y less groff \
+ && yum install -y less groff jq \
17
&& yum clean all
18
COPY --from=installer /usr/local/aws-cli/ /usr/local/aws-cli/
19
COPY --from=installer /aws-cli-bin/ /usr/local/bin/
0 commit comments