From 1b0d2b2afc2ec38c025263005199dbcd347087c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 18 May 2019 12:03:11 +0200 Subject: [PATCH] build: Add 'docker-image.tmpl' to the distribution. Fixes . Reported by Ting-Wei Lan . * Makefile.am (EXAMPLES): Add docker-image.tmpl. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ea2fad7705..ba4528ce87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -324,6 +324,7 @@ EXAMPLES = \ gnu/system/examples/beaglebone-black.tmpl \ gnu/system/examples/desktop.tmpl \ gnu/system/examples/lightweight-desktop.tmpl \ + gnu/system/examples/docker-image.tmpl \ gnu/system/examples/vm-image.tmpl GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)