From 79734fc60470fbba955c93a70b683f1fe69ac695 Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Thu, 1 Aug 2019 16:48:51 +0300 Subject: [PATCH] TT#36350 Add dir for sipwise-keyring-bootstrap.gpg file In mr7.5+ bootstrap gpg keyring is named sipwise-keyring-bootstrap.gpg so add appropriate directory. Change-Id: I633deac1ffb203e7d566e5262e0dff35354aa2e5 --- grml_build/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grml_build/Dockerfile b/grml_build/Dockerfile index a987c03..62f9fd8 100644 --- a/grml_build/Dockerfile +++ b/grml_build/Dockerfile @@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-buster:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2019-07-03 +ENV REFRESHED_AT 2019-08-01 RUN apt-get update && apt-get install --assume-yes \ bc \ @@ -42,6 +42,7 @@ WORKDIR /code/grml-live RUN mkdir -p /code/grml-live/etc/grml/fai/config/files/etc/apt/sources.list.d/sipwise.list/ \ /code/grml-live/etc/grml/fai/config/files/etc/apt/trusted.gpg.d/sipwise-keyring.gpg/ \ + /code/grml-live/etc/grml/fai/config/files/etc/apt/trusted.gpg.d/sipwise-keyring-bootstrap.gpg/ \ /code/grml-live/etc/grml/fai/config/files/root/puppet.gpg/ \ /code/grml-live/etc/grml/fai/config/scripts/PUPPETLABS/