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.
2 parents 33fb534 + 268099c commit 21db738Copy full SHA for 21db738
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