From f679500d9b6e91489a6035ee8c9a7476abf608ec Mon Sep 17 00:00:00 2001 From: Filipe Date: Sun, 29 Oct 2023 13:42:17 +1300 Subject: [PATCH] Install procps --- build-scripts/postfix-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/postfix-install.sh b/build-scripts/postfix-install.sh index 2e3b4ce..8990caf 100644 --- a/build-scripts/postfix-install.sh +++ b/build-scripts/postfix-install.sh @@ -25,7 +25,7 @@ do_ubuntu() { apt-get install -y libsasl2-modules sasl2-bin apt-get install -y postfix apt-get install -y opendkim - apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4 libjsoncpp25 sasl2-bin postfix-lmdb logrotate cron net-tools ${RELEASE_SPECIFIC_PACKAGES} + apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4 libjsoncpp25 sasl2-bin postfix-lmdb procps logrotate cron net-tools ${RELEASE_SPECIFIC_PACKAGES} apt-get clean rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* }