Skip to content

Commit ad44fda

Browse files
rcipdevRuchik Pravasi
andauthored
added diffutils package to fix kubectl diff command missing error (#715)
Co-authored-by: Ruchik Pravasi <[email protected]>
1 parent 57e18c2 commit ad44fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2023
2424
ARG TARGETOS
2525
ARG TARGETARCH
2626
WORKDIR /workdir
27-
RUN dnf install -y tar gzip unzip wget openssh
27+
RUN dnf install -y tar gzip unzip wget openssh diffutils
2828
RUN wget -O awscli.zip https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip && \
2929
unzip awscli.zip && \
3030
./aws/install

0 commit comments

Comments
 (0)