From 68875a752901d45061d52a75b7453a492b385f66 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 26 Sep 2018 10:24:58 +0200 Subject: debian-stretch-titan: Ensure rebuild on changes in repostory Let's use the well-known hack of adding the "Release" file of the repository to ensure docker will invalidate the cache if the repository has changed since the last build. Change-Id: I54565a4d52221be7e6ded5a339bbf005b58f5998 --- debian-stretch-titan/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-stretch-titan/Dockerfile b/debian-stretch-titan/Dockerfile index 8bf6721..a308c2a 100644 --- a/debian-stretch-titan/Dockerfile +++ b/debian-stretch-titan/Dockerfile @@ -13,6 +13,7 @@ RUN apt-key add /tmp/Release.key && \ rm /tmp/Release.key && \ echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list +ADD $OSMOCOM_REPO/Release /tmp/Release RUN apt-get update && apt-get install -y \ eclipse-titan -- cgit v1.2.3