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 57e18c2 commit ad44fdaCopy full SHA for ad44fda
Dockerfile
@@ -24,7 +24,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2023
24
ARG TARGETOS
25
ARG TARGETARCH
26
WORKDIR /workdir
27
-RUN dnf install -y tar gzip unzip wget openssh
+RUN dnf install -y tar gzip unzip wget openssh diffutils
28
RUN wget -O awscli.zip https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip && \
29
unzip awscli.zip && \
30
./aws/install
0 commit comments