Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
4141079d8c
commit
d115d57129
@ -39,7 +39,7 @@ impl DaggerMiddleware for DaggerBin {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
.with_env_variable("DAGGER_VERSION", &self.version)
|
.with_env_variable("DAGGER_VERSION", &self.version)
|
||||||
.with_exec(vec!["/mtn/install.sh"])
|
.with_exec(vec!["/mnt/install.sh"])
|
||||||
.file("/bin/dagger");
|
.file("/bin/dagger");
|
||||||
|
|
||||||
Ok(container.with_file("/bin/dagger", dagger_bin))
|
Ok(container.with_file("/bin/dagger", dagger_bin))
|
||||||
|
Loading…
Reference in New Issue
Block a user