We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99619fb commit c50d0daCopy full SHA for c50d0da
1 file changed
Dockerfile
@@ -13,4 +13,6 @@ WORKDIR /workdir
13
14
ENTRYPOINT [ "/usr/local/bin/kustomize" ]
15
16
+RUN apk add git --no-cache
17
+
18
COPY --from=fetcher /usr/local/bin/kustomize /usr/local/bin/kustomize
0 commit comments