From 3a2b2d06e2953e973dd95b1aa71c51220216f19c Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 4 Oct 2020 23:25:02 +0200 Subject: [PATCH] [fix] Avoid warning message during app install Info: [########++..........] > Upgrading dependencies... Warning: debconf: delaying package configuration, since apt-utils is not installed --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 696f13f2c..50772f3f7 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, python-publicsuffix - , apt, apt-transport-https, dirmngr + , apt, apt-transport-https, apt-utils, dirmngr , php7.3-common, php7.3-fpm, php7.3-ldap, php7.3-intl , mariadb-server, php7.3-mysql , openssh-server, iptables, fail2ban, dnsutils, bind9utils