Add git-lfs

This commit is contained in:
Nikolai Rodionov 2023-04-24 22:38:51 +02:00
parent de42a6b33a
commit 80ffd53372
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -13,7 +13,7 @@ RUN cp $(which kubectl) /out/kubectl
FROM registry.hub.docker.com/library/alpine
RUN apk update --no-cache&&\
apk add yq gettext openssl curl jq perl git\
apk add yq gettext openssl curl jq perl git git-lfs\
buildah cni-plugins iptables ip6tables --no-cache
COPY --from=rclone /out/rclone /usr/bin/rclone
COPY --from=argocd /out/argocd /usr/bin/argocd