fix(docker): read_response now handles chunked data

This commit is contained in:
Jef Roosens 2022-05-15 00:23:52 +02:00
parent 1811ebbe3f
commit 79fd9c1f87
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 31 additions and 8 deletions

View file

@ -56,7 +56,6 @@ pub fn create_build_image(base_image string) ?string {
// This loop waits until the container has stopped, so we can remove it after
for {
println('wot')
data := dd.inspect_container(id)?
if !data.state.running {