From d796c2e32c333017db0963c7b556719fa0a339ee Mon Sep 17 00:00:00 2001 From: Arnold Hendriks Date: Fri, 27 Apr 2018 16:03:27 +0200 Subject: [PATCH] Add gpg-agent and dirmngr so 'apt-key' works out of the box again, just like it did on the 16.04 phusion image --- image/utilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/utilities.sh b/image/utilities.sh index d1aa273..d8c9555 100755 --- a/image/utilities.sh +++ b/image/utilities.sh @@ -4,7 +4,7 @@ source /bd_build/buildconfig set -x ## Often used tools. -$minimal_apt_get_install curl less vim-tiny psmisc +$minimal_apt_get_install curl less vim-tiny psmisc gpg-agent dirmngr ln -s /usr/bin/vim.tiny /usr/bin/vim ## This tool runs a command as another user and sets $HOME.