Typo in subject, should be debian9 Paolo "no this is not top posting"
On 20/02/19 18:28, Alex Bennée wrote: > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/docker/dockerfiles/debian9.docker | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/docker/dockerfiles/debian9.docker > b/tests/docker/dockerfiles/debian9.docker > index 154ae2a455..5f23a35404 100644 > --- a/tests/docker/dockerfiles/debian9.docker > +++ b/tests/docker/dockerfiles/debian9.docker > @@ -13,8 +13,8 @@ FROM debian:stretch-slim > RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> > /etc/apt/sources.list > > # Install common build utilities > -RUN apt update > -RUN DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata > +RUN apt-get update && \ > + DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata > RUN DEBIAN_FRONTEND=noninteractive eatmydata \ > apt install -y --no-install-recommends \ > bison \ >