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 45c2e31 commit e0dba6bCopy full SHA for e0dba6b
.changes/next-release/enhancement-Dockerfile-38945.json
@@ -0,0 +1,5 @@
1
+{
2
+ "type": "enhancement",
3
+ "category": "Dockerfile",
4
+ "description": "Include ``findutils`` and ``jq`` in Docker image"
5
+}
docker/Dockerfile
@@ -13,7 +13,7 @@ RUN dnf update -y \
13
14
FROM public.ecr.aws/amazonlinux/amazonlinux:2023
15
RUN dnf update -y \
16
- && dnf install -y less groff \
+ && dnf install -y less groff findutils jq \
17
&& dnf 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