From f005eb17349d7bf11f191608c8e2524370f0ac84 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 24 May 2023 09:11:39 +0200 Subject: [PATCH] chore: add the ` fuse-overlayfs` package --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index dd596fa..d4b590b 100644 --- a/Containerfile +++ b/Containerfile @@ -10,6 +10,6 @@ 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\ - buildah cni-plugins iptables ip6tables --no-cache + 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