chore: add the fuse-overlayfs package

This commit is contained in:
Nikolai Rodionov 2023-05-24 09:11:39 +02:00
parent f2c561ff3f
commit f005eb1734
No known key found for this signature in database
GPG Key ID: 906851F91B1DA3EF

View File

@ -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