[elbe-devel] [PATCH 5/7] contrib dockerfile Dockerfile.in: add stretch-updates for buster keyring

Torben Hohn torben.hohn at linutronix.de
Mon Sep 2 10:47:37 CEST 2019


elbe initvm create fails on stretch, because the buster keyring is
not contained in debian-archive-keyring from stretch.

Add "deb http://ftp.de.debian.org/debian stretch-updates main" which
contains debian-archive-keyring_2017.5+deb9u1 which contains it.

This should enable the testsystem to build the initvm.

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 82136ab2f..be3a55743 100644
--- a/contrib/dockerfile/Dockerfile.in
+++ b/contrib/dockerfile/Dockerfile.in
@@ -13,6 +13,7 @@ ENV DEBIAN_FRONTEND noninteractive
 
 # use a sources.list including security
 RUN echo "deb http://ftp.de.debian.org/debian stretch main" > /etc/apt/sources.list; \
+    echo "deb http://ftp.de.debian.org/debian stretch-updates main" >> /etc/apt/sources.list; \
     echo "deb http://security.debian.org/debian-security stretch/updates main" >> /etc/apt/sources.list
 
 # update, upgrade and install elbe runtime-dependencies
-- 
2.11.0




More information about the elbe-devel mailing list