feat: without extra packages
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
90598c9ffc
commit
171fa0e6fa
@ -26,15 +26,7 @@ impl DaggerMiddleware for AptCaCertificates {
|
||||
async fn handle(&self, container: Container) -> eyre::Result<Container> {
|
||||
let c = container
|
||||
.with_exec(vec!["apt", "update"])
|
||||
.with_exec(vec![
|
||||
"apt",
|
||||
"install",
|
||||
"-y",
|
||||
"ca-certificates",
|
||||
"build-essential",
|
||||
"curl",
|
||||
"libssl-dev",
|
||||
])
|
||||
.with_exec(vec!["apt", "install", "-y", "ca-certificates"])
|
||||
.with_exec(vec!["update-ca-certificates"]);
|
||||
|
||||
Ok(c)
|
||||
|
Loading…
Reference in New Issue
Block a user