From b7d6f7d019f2f46d4c713fb7a1bfe8448b8ca374 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 13 Mar 2021 09:10:01 +0000 Subject: debian-stretch-build: add missing respawn.sh In I3ec86c8610b3b43d39ea8e3da444861d317ced4e the container-individual respawn.sh has been replaced with a common one - but unfortuantely missing to update the debian-stretch-build, which made (at least) ttcn3-bts-test builds fail for two nights now. Change-Id: I15dcfe317d7ba81b9df0b5ceef142f4eae1ef3f3 --- debian-stretch-build/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile index e1570c3..2c3128e 100644 --- a/debian-stretch-build/Dockerfile +++ b/debian-stretch-build/Dockerfile @@ -58,6 +58,9 @@ RUN apt-get update && \ wget && \ apt-get clean +# Make respawn.sh part of this image, so it can be used by other images based on it +COPY .common/respawn.sh /usr/local/bin/respawn.sh + COPY .common/Release.key /tmp/Release.key RUN apt-key add /tmp/Release.key && \ rm /tmp/Release.key && \ -- cgit v1.2.3