feat: with alpine instead
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
372b7a2526
commit
556cb152e8
@ -29,7 +29,7 @@ impl DaggerMiddleware for DaggerBin {
|
|||||||
let dagger_bin = self
|
let dagger_bin = self
|
||||||
.client
|
.client
|
||||||
.container()
|
.container()
|
||||||
.from("debian:bookworm")
|
.from("alpine")
|
||||||
.with_file_opts(
|
.with_file_opts(
|
||||||
"/mnt/install.sh",
|
"/mnt/install.sh",
|
||||||
install_script,
|
install_script,
|
||||||
@ -39,8 +39,6 @@ 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