From ebde82f3f8926df10fa5d4b4cc82e6f0e56e23f3 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 5 Dec 2014 17:47:43 +0200 Subject: [PATCH] Documentation: Add 'gpg' to build pre-requisites Commit 00294ed ("stage1: gpg verify and cache retrieved coreos image") added a dependency to 'gpg'. Add that to list of build pre-requisites. Signed-off-by: Pekka Enberg --- Documentation/hacking.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/hacking.md b/Documentation/hacking.md index 601688c..7f98b3d 100644 --- a/Documentation/hacking.md +++ b/Documentation/hacking.md @@ -8,6 +8,7 @@ * cpio * squashfs-tools * realpath + * gpg * Go 1.3+ * jteeuwen/go-bindata