On Fri, 25 Feb 2022 at 17:36, Alex Bennée <alex.ben...@linaro.org> wrote: > > We will need an update shortly for some new images. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20220211160309.335014-4-alex.ben...@linaro.org> > --- > tests/docker/dockerfiles/opensuse-leap.docker | 3 +-- > tests/docker/dockerfiles/ubuntu1804.docker | 3 +-- > tests/docker/dockerfiles/ubuntu2004.docker | 3 +-- > tests/lcitool/libvirt-ci | 2 +- > 4 files changed, 4 insertions(+), 7 deletions(-) > > diff --git a/tests/docker/dockerfiles/opensuse-leap.docker > b/tests/docker/dockerfiles/opensuse-leap.docker > index 1b78d8369a..e1ad9434a3 100644 > --- a/tests/docker/dockerfiles/opensuse-leap.docker > +++ b/tests/docker/dockerfiles/opensuse-leap.docker > @@ -127,8 +127,7 @@ RUN zypper update -y && \ > ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \ > ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc > > -RUN pip3 install \ > - meson==0.56.0 > +RUN pip3 install meson==0.56.0
Why are these formatting changes to the dockerfiles in this commit ? thanks -- PMM