automation: Adding ninja-build to some docker images
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 7 Jul 2021 16:40:00 +0000 (17:40 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 8 Jul 2021 11:36:21 +0000 (12:36 +0100)
commit34108a27e871ab32ee8bfd813d6c4ff3eb5c5f8a
tree2740ec5b557a70cb4e7fe0bc3692c9a0f48c279f
parent484910bf41fec2c80d79ed9c5c33831bee7318f0
automation: Adding ninja-build to some docker images

This is to allow building the latest version of QEMU.

fedora/29:
    In addition to adding "ninja", I've add to make some other
    changes: some `go build` failed with `mkdir /.cache` no
    permission, so I've created a user.
    (this was discovered while testing the new container with the
    script containerize.)

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/build/alpine/3.12.dockerfile
automation/build/fedora/29.dockerfile
automation/build/suse/opensuse-leap.dockerfile
automation/build/ubuntu/bionic.dockerfile
automation/build/ubuntu/focal.dockerfile