From ba6eeda916c13f94c2a639d8247984793365c5d2 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 24 May 2023 09:51:58 +0200 Subject: [PATCH] fix: Try using the tip from the github issue https://github.com/containers/buildah/issues/3666 --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index d4b590b..9c0fabe 100644 --- a/Containerfile +++ b/Containerfile @@ -11,5 +11,6 @@ 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 fuse-overlayfs --no-cache +RUN sed -i 's/#mount_program/mount_program/' /etc/containers/storage.conf COPY --from=rclone /out/rclone /usr/bin/rclone COPY --from=argocd /out/argocd /usr/bin/argocd