Dockerfile: minor formatting update

This commit is contained in:
Jason Swank 2024-02-29 21:01:15 -05:00
parent 418e9ad391
commit a7cce6ad8b

View File

@ -10,8 +10,8 @@ RUN yum install -y --allowerasing \
coreutils shadow-utils \ coreutils shadow-utils \
jq less which tar \ jq less which tar \
sudo vim-minimal \ sudo vim-minimal \
aws-cli && \ aws-cli \
yum clean all && yum clean all
# install eksctl # install eksctl
RUN curl -sL https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_Linux_amd64.tar.gz \ RUN curl -sL https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_Linux_amd64.tar.gz \