aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL/common.d/10_base
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/common.d/10_base')
-rw-r--r--INSTALL/common.d/10_base3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base
index fa9cb51..9574f79 100644
--- a/INSTALL/common.d/10_base
+++ b/INSTALL/common.d/10_base
@@ -25,6 +25,9 @@ apt-get install -y passwd sudo openssh-server openssh-client vim systemd logrota
apt-get remove -y exim4 exim4-base exim4-config exim4-daemon-light
apt-get autoremove -y
+# gpg no longer installed and is requested by apt-key command (Debian Bug report logs - #830696)
+apt-get install gpg -y
+
# remove some useless systemd services
for sysdir in /lib/systemd /etc/systemd; do
for pattern in tty udev; do