mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix: potential fix for the docker leaking the errors and such (#1496)
* fix: potential fix for the docker leaking the errors and such * chore: Make sure that the buffer during reading the output will not exceed 10mb ish * Chore: Add testing
This commit is contained in:
@@ -48,6 +48,7 @@ unstable = ["patch-db/unstable"]
|
||||
[dependencies]
|
||||
aes = { version = "0.7.5", features = ["ctr"] }
|
||||
async-trait = "0.1.51"
|
||||
async-stream = "0.3.3"
|
||||
avahi-sys = { git = "https://github.com/Start9Labs/avahi-sys", version = "0.10.0", branch = "feature/dynamic-linking", features = [
|
||||
"dynamic",
|
||||
], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user