[elbe-devel] [PATCH 6/7] contrib dockerfile Dockerfile.in: install new debian-archive-keyring
Bastian Germann
bage at linutronix.de
Mon Sep 2 11:52:50 CEST 2019
> debian-archive-keyring needs to be upgraded to the stretch-updates
> version, but apt-get upgrade is not called.
>
> add it to the pkglist to install, so that the new version gets installed.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> contrib/dockerfile/Dockerfile.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/contrib/dockerfile/Dockerfile.in b/contrib/dockerfile/Dockerfile.in
> index be3a55743..7ec851f37 100644
> --- a/contrib/dockerfile/Dockerfile.in
> +++ b/contrib/dockerfile/Dockerfile.in
> @@ -40,6 +40,7 @@ RUN apt-get update -y ;\
> python3-mako \
> fuseiso9660 \
> aptly \
> + debian-archive-keyring \
Whitespace should be consistent.
> qemu-system-x86
>
> RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
>
With this change applied
Reviewed-by: Bastian Germann <bage at linutronix.de>
More information about the elbe-devel
mailing list