Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
d42bd82f76
commit
d2467529b3
@ -77,4 +77,10 @@ impl AptExt for LeptosService {
|
||||
Apt::new().extend(deps),
|
||||
)))
|
||||
}
|
||||
|
||||
fn with_apt_release(&mut self, deps: &[&str]) -> &mut Self {
|
||||
self.with_stage(super::RustServiceStage::BeforePackage(Arc::new(
|
||||
Apt::new().extend(deps),
|
||||
)))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user