Add gpg-agent and dirmngr so 'apt-key' works out of the box again, just like it did on the 16.04 phusion image

This commit is contained in:
Arnold Hendriks
2018-04-27 16:03:27 +02:00
parent f936902c23
commit d796c2e32c

View File

@@ -4,7 +4,7 @@ source /bd_build/buildconfig
set -x set -x
## Often used tools. ## 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 ln -s /usr/bin/vim.tiny /usr/bin/vim
## This tool runs a command as another user and sets $HOME. ## This tool runs a command as another user and sets $HOME.