This commit is contained in:
2025-06-15 22:40:28 +02:00
parent 8a8ead17cb
commit e7e8e7daf8
8 changed files with 86 additions and 51 deletions

View File

@@ -14,7 +14,9 @@ fn nerdctl_download(){
copy_bin(`/tmp/${name}/bin/*`);
delete(`/tmp/${name}`);
run("apt-get -y install buildah runc");
package_install("buildah");
package_install("runc");
// let url="https://github.com/threefoldtech/rfs/releases/download/v2.0.6/rfs";
// download_file(url,`/tmp/rfs`,10000);