diff --git a/Dockerfile.kubetest2 b/Dockerfile.kubetest2 index 0acdefff3..554aa5d7d 100644 --- a/Dockerfile.kubetest2 +++ b/Dockerfile.kubetest2 @@ -23,7 +23,7 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2 ARG TARGETOS ARG TARGETARCH WORKDIR /workdir -RUN yum install -y tar gzip unzip wget +RUN yum install -y tar gzip unzip wget openssh RUN wget -O awscli.zip https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip && \ unzip awscli.zip && \ ./aws/install