Add builder scripts to the container

- Add the build script
- Add the cleanup script
This commit is contained in:
Nikolai Rodionov
2023-05-27 23:07:58 +02:00
parent 7d9add5c1f
commit 113fe6ff03
6 changed files with 191 additions and 8 deletions

View File

@ -13,3 +13,4 @@ RUN apk update --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
COPY ./scripts/ /usr/bin/