qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1 5/8] tests/docker: squash initial update and


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v1 5/8] tests/docker: squash initial update and install step for docker9
Date: Wed, 20 Feb 2019 19:04:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

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 <address@hidden>
> ---
>  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 \
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]