File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,14 @@ RUN yum install -y git
3131RUN curl -O https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py
3232RUN pip3 install awscli
3333
34- COPY --from=builder /usr/local/bin/aws-iam-authenticator /usr/local/bin/aws-iam-authenticator
35- COPY --from=builder /usr/local/bin/helm /usr/local/bin/helm
36- COPY --from=builder /usr/local/bin/kubeval /usr/local/bin/kubeval
37- COPY --from=builder /usr/local/bin/kubectl /usr/local/bin/kubectl
38- COPY --from=builder /usr/local/bin/kubeapply /usr/local/bin/kubeapply
34+ COPY --from=builder \
35+ /usr/local/bin/aws-iam-authenticator \
36+ /usr/local/bin/helm \
37+ /usr/local/bin/kubeval \
38+ /usr/local/bin/kubectl \
39+ /usr/local/bin/kubeapply \
40+ /usr/local/bin/
41+
3942COPY --from=builder /usr/local/bin/kubeapply-lambda /var/task/kubeapply-lambda
4043
4144CMD [ "kubeapply-lambda" ]
You can’t perform that action at this time.
0 commit comments