Add builder scripts to the container
- Add the build script - Add the cleanup script
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user