Skip to content

Commit

Permalink
Add ssh-keygen to kubetest2 image
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Dec 15, 2023
1 parent e4ddd82 commit 88dd80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.kubetest2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88dd80d

Please sign in to comment.