This commit is contained in:
+2
-4
@@ -148,12 +148,10 @@ pub async fn build(
|
||||
)
|
||||
})?;
|
||||
if !status.success() {
|
||||
return Err(
|
||||
"apt-get update failed inside the build context. \
|
||||
return Err("apt-get update failed inside the build context. \
|
||||
If this is a local build, try executing with sudo, \
|
||||
or re-run with RUST_LOG=debug for more details."
|
||||
.into(),
|
||||
);
|
||||
.into());
|
||||
}
|
||||
|
||||
// Install essential packages
|
||||
|
||||
Reference in New Issue
Block a user