[elbe-devel] [PATCH 6/7] contrib dockerfile Dockerfile.in: install new debian-archive-keyring
Torben Hohn
torben.hohn at linutronix.de
Mon Sep 2 10:47:38 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 \
qemu-system-x86
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
--
2.11.0
More information about the elbe-devel
mailing list