forked from Docker/baseimage-docker
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user