Skip to content

Commit e0dba6b

Browse files
authored
[v2] Add extra utilities to Docker image (#9600)
1 parent 45c2e31 commit e0dba6b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "Dockerfile",
4+
"description": "Include ``findutils`` and ``jq`` in Docker image"
5+
}

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN dnf update -y \
1313

1414
FROM public.ecr.aws/amazonlinux/amazonlinux:2023
1515
RUN dnf update -y \
16-
&& dnf install -y less groff \
16+
&& dnf install -y less groff findutils jq \
1717
&& dnf clean all
1818
COPY --from=installer /usr/local/aws-cli/ /usr/local/aws-cli/
1919
COPY --from=installer /aws-cli-bin/ /usr/local/bin/

0 commit comments

Comments
 (0)