From 758f12faca4976ecb6b57c4e77abc23e811cc69c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 14 Jul 2024 11:08:24 +0200 Subject: [PATCH] Add netavark to the container --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index f6d9bb4..1b723b6 100644 --- a/Containerfile +++ b/Containerfile @@ -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