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 33fb534 commit 268099cCopy full SHA for 268099c
Dockerfile
@@ -32,7 +32,9 @@ RUN apt-get update && apt-get install --yes \
32
33
RUN pip3 install awscli
34
35
-COPY --from=builder /usr/local/bin/helm /usr/local/bin
36
-COPY --from=builder /usr/local/bin/kubeval /usr/local/bin
37
-COPY --from=builder /usr/local/bin/kubectl /usr/local/bin
38
-COPY --from=builder /usr/local/bin/kubeapply /usr/local/bin
+COPY --from=builder \
+ /usr/local/bin/helm \
+ /usr/local/bin/kubeval \
+ /usr/local/bin/kubectl \
39
+ /usr/local/bin/kubeapply \
40
+ /usr/local/bin
0 commit comments