diff --git a/images.v b/images.v index 016a1dd..fd7f0d4 100644 --- a/images.v +++ b/images.v @@ -40,6 +40,7 @@ pub fn (mut d DockerConn) image_from_container(id string, repo string, tag strin 'repo': repo 'tag': tag }) + d.body('application/json', '{}') d.send()! return d.read_json_response[Image]()!