Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
halflogic authored Sep 16, 2024
1 parent fed13fc commit 87a1043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN curl -sL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o awscl

# eksctl
# https://github.com/eksctl-io/eksctl/releases
RUN curl -sL "https://github.com/eksctl-io/eksctl/releases/download/${EKSCTL_VER}/eksctl_Linux_amd64_amd64.tar.gz" | tar xz \
RUN curl -sL "https://github.com/eksctl-io/eksctl/releases/download/${EKSCTL_VER}/eksctl_Linux_amd64.tar.gz" | tar xz \
&& mv eksctl /usr/local/bin

# helm3
Expand Down

0 comments on commit 87a1043

Please sign in to comment.