Add netavark to the container

This commit is contained in:
Nikolai Rodionov 2024-07-14 11:08:24 +02:00
parent f36cd03d00
commit 758f12faca
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

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