diff --git a/Containerfile b/Containerfile index e6075c9..48f6378 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \ No newline at end of file +COPY --from=kubectl /out/kubectl /usr/bin/kubectl