[Fuego] [PATCH 1/2] Dockerfile.test: use Debian Stretch repository to install docker

Tim.Bird at sony.com Tim.Bird at sony.com
Wed May 1 23:53:02 UTC 2019


Sorry for the slow response here.

Applied.  Thanks!
 -- Tim


> -----Original Message-----
> From: Fathi Boudra
> 
> Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
> ---
>  Dockerfile.test | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Dockerfile.test b/Dockerfile.test
> index b6c939e..b99e1aa 100644
> --- a/Dockerfile.test
> +++ b/Dockerfile.test
> @@ -15,7 +15,7 @@ RUN apt-get update -q=2 ;\
>          python3-pillow ;\
>      # Install Docker
>      curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
> ;\
> -    echo "deb https://download.docker.com/linux/debian jessie stable" >
> /etc/apt/sources.list.d/docker.list ;\
> +    echo "deb https://download.docker.com/linux/debian stretch stable" >
> /etc/apt/sources.list.d/docker.list ;\
>      apt-get update -q=2 ;\
>      apt-get -q=2 -V --no-install-recommends install docker-ce ;\
>      # Install Python Dependencies from PyPI
> --
> 2.20.1
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list