Add qemu-system-ppc package to the bullseye-ppc64le container to allow running smoke tests in CI.
Signed-off-by: Shawn Anastasio <[email protected]> --- automation/build/debian/bullseye-ppc64le.dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/build/debian/bullseye-ppc64le.dockerfile b/automation/build/debian/bullseye-ppc64le.dockerfile index 8a87631b52..8fad26e903 100644 --- a/automation/build/debian/bullseye-ppc64le.dockerfile +++ b/automation/build/debian/bullseye-ppc64le.dockerfile @@ -22,6 +22,8 @@ RUN apt-get update && \ gcc-powerpc64le-linux-gnu \ make \ python3-minimal \ + # for test phase + qemu-system-ppc \ && \ apt-get autoremove -y && \ apt-get clean && \ -- 2.30.2
