Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
d115d57129
commit
a38906466e
@ -39,6 +39,8 @@ impl DaggerMiddleware for DaggerBin {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
.with_env_variable("DAGGER_VERSION", &self.version)
|
.with_env_variable("DAGGER_VERSION", &self.version)
|
||||||
|
.with_exec(vec!["apt", "update", "-y"])
|
||||||
|
.with_exec(vec!["apt", "install", "curl", "-y"])
|
||||||
.with_exec(vec!["/mnt/install.sh"])
|
.with_exec(vec!["/mnt/install.sh"])
|
||||||
.file("/bin/dagger");
|
.file("/bin/dagger");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user