From 5042595cb8fbd042a44f4232be05b0053fdc60d0 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Wed, 26 Sep 2018 11:16:59 +0200 Subject: replace gpg with gnupg package: needed for nodejs 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit indeed, gpg is a dependency of gnupg in stretch-backports repo and gnupg also provides gpg-agent needed for installing nodejs 8 Change-Id: I6491cc73e6b3d3b0ff3eb2199fc12c56954b505d Signed-off-by: Clément Bénier --- INSTALL/common.d/10_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL/common.d/10_base') diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base index 2400f1c..fcf02cf 100644 --- a/INSTALL/common.d/10_base +++ b/INSTALL/common.d/10_base @@ -23,7 +23,7 @@ apt-get update -y apt-get dist-upgrade -y # gpg no longer installed and is requested by apt-key command (Debian Bug report logs - #830696) -apt-get install gpg -y +apt-get install gnupg -y apt-get install -y passwd sudo openssh-server openssh-client vim systemd logrotate ifupdown locales apt-utils apt-get remove -y exim4 exim4-base exim4-config exim4-daemon-light -- cgit