We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15eced commit f022263Copy full SHA for f022263
src/Dockerfile
@@ -22,7 +22,7 @@ RUN curl -s https://get.helm.sh/helm-v3.6.2-linux-"$(dpkg --print-architecture)"
22
23
# Install Kustomize
24
# https://kubectl.docs.kubernetes.io/installation/kustomize/binaries/
25
-RUN cd /bin/ && curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
+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
26
27
# Install AWS cli
28
COPY awscli.pubkey /tmp/
0 commit comments