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 \
jq less which tar \
sudo vim-minimal \
aws-cli && \
yum clean all
aws-cli \
&& yum clean all
# install eksctl
RUN curl -sL https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_Linux_amd64.tar.gz \