fix: Try using the tip from the github issue

https://github.com/containers/buildah/issues/3666
This commit is contained in:
Nikolai Rodionov 2023-05-24 09:51:58 +02:00
parent f005eb1734
commit ba6eeda916
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -11,5 +11,6 @@ FROM registry.hub.docker.com/library/alpine
RUN apk update --no-cache&&\ 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\
buildah cni-plugins iptables ip6tables fuse-overlayfs --no-cache 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=rclone /out/rclone /usr/bin/rclone
COPY --from=argocd /out/argocd /usr/bin/argocd COPY --from=argocd /out/argocd /usr/bin/argocd