Skip to content

Commit 65fe011

Browse files
committed
Another try to move kustomize back into path
1 parent f022263 commit 65fe011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN curl -s https://get.helm.sh/helm-v3.6.2-linux-"$(dpkg --print-architecture)"
2222

2323
# Install Kustomize
2424
# https://kubectl.docs.kubernetes.io/installation/kustomize/binaries/
25-
RUN cd /bin/ && curl -o /tmp/install_kustomize.sh -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" && bash /tmp/install_kustomize.sh /bin
25+
RUN cd /bin/ && curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash && mv /usr/kustomize /bin
2626

2727
# Install AWS cli
2828
COPY awscli.pubkey /tmp/

0 commit comments

Comments
 (0)