Add more packages to the builder

This commit is contained in:
Nikolai Rodionov 2023-04-24 21:05:07 +02:00
parent dc8faa1893
commit de42a6b33a
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -13,7 +13,8 @@ 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 --no-cache
apk add yq gettext openssl curl jq perl git\
buildah cni-plugins iptables ip6tables --no-cache
COPY --from=rclone /out/rclone /usr/bin/rclone
COPY --from=argocd /out/argocd /usr/bin/argocd
COPY --from=kubectl /out/kubectl /usr/bin/kubectl
COPY --from=kubectl /out/kubectl /usr/bin/kubectl