From ef15130980e996bedba1f64c080d7163174f715f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 10 Jun 2020 15:19:53 +0200 Subject: [PATCH] dirmngr is needed for apt-key / gpg ... usually installed but it's only a Recommends so sometimes it's not >.> --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fdbf4c98b..96b5bbb08 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Depends: ${python:Depends}, ${misc:Depends} , python-psutil, python-requests, python-dnspython, python-openssl , python-miniupnpc, python-dbus, python-jinja2 , python-toml, python-packaging - , apt, apt-transport-https + , apt, apt-transport-https, dirmngr , nginx, nginx-extras (>=1.6.2) , php-fpm, php-ldap, php-intl , mariadb-server, php-mysql | php-mysqlnd