Add more packages to the builder
This commit is contained in:
parent
dc8faa1893
commit
de42a6b33a
@ -13,7 +13,8 @@ RUN cp $(which kubectl) /out/kubectl
|
|||||||
|
|
||||||
FROM registry.hub.docker.com/library/alpine
|
FROM registry.hub.docker.com/library/alpine
|
||||||
RUN apk update --no-cache&&\
|
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=rclone /out/rclone /usr/bin/rclone
|
||||||
COPY --from=argocd /out/argocd /usr/bin/argocd
|
COPY --from=argocd /out/argocd /usr/bin/argocd
|
||||||
COPY --from=kubectl /out/kubectl /usr/bin/kubectl
|
COPY --from=kubectl /out/kubectl /usr/bin/kubectl
|
||||||
|
Loading…
Reference in New Issue
Block a user